CodedValueDomainDescription class final

The description of the CodedValueDomain to be created.

Use the CodedValueDomainDescription to create a new CodedValueDomain in a mobile geodatabase, by calling Geodatabase.createDomain. The mobile geodatabase must have been created in ArcGIS Pro or using Geodatabase.create.

Inheritance

Constructors

CodedValueDomainDescription({required String name, required FieldType fieldType, required List<CodedValueDescription> values})
Creates a new coded value domain description with the specified name and coded values.
factory

Properties

fieldType FieldType
The field type of the domain to be created.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
name String
The name of the domain to be created.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values List<CodedValueDescription>
The coded value domain's coded values.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited