FieldDescription class final
An object that describes a Field to be created.
Creation of fields and tables is currently only supported on mobile geodatabases, either created in ArcGIS Pro or via Geodatabase.create.
- Implemented types
Constructors
- FieldDescription({required String name, required FieldType fieldType})
-
Creates a new field description object with the specified name and type.
factory
Properties
- alias ↔ String
-
The field's alias.
getter/setter pair
- domainName ↔ String
-
The name of the domain to use on this field.
getter/setter pair
- editable ↔ bool
-
True if the field is editable.
getter/setter pair
- fieldType ↔ FieldType
-
The field's data type.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- length ↔ int
-
The length of the field.
getter/setter pair
- name ↔ String
-
The field's name.
getter/setter pair
- nullable ↔ bool
-
True if the field is nullable.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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