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
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