CodedValueDescription class final

An object that describes a CodedValue to be created.

Creation of domains is currently only supported on mobile geodatabases, either created in ArcGIS Pro or via Geodatabase.create.

Implemented types

Constructors

CodedValueDescription({required String name, required dynamic value})
Creates a new coded value description object with the specified name and value.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The coded value's name.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value ↔ dynamic
The coded value's value.
getter/setter pair

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