FieldType enum
Values
- custom → const FieldType
-
const FieldType('Custom')
- field → const FieldType
-
const FieldType('Field')
- dateField → const FieldType
-
const FieldType('Date time')
- enumField → const FieldType
-
const FieldType('Enum')
- iconField → const FieldType
-
const FieldType('Icon')
- idField → const FieldType
-
const FieldType('Id')
- stringField → const FieldType
-
const FieldType('String')
- multiSelectorField → const FieldType
-
const FieldType('Relations')
- numberField → const FieldType
-
const FieldType('Number')
- queryFilterField → const FieldType
-
const FieldType('Query filter')
- queryFilterValueField → const FieldType
-
const FieldType('Query filter value')
- selectorField → const FieldType
-
const FieldType('Relation')
- boolField → const FieldType
-
const FieldType('Boolean')
- dynamicField → const FieldType
-
const FieldType('Dynamic JSON')
- structuredField → const FieldType
-
const FieldType('Structured JSON')
- structureField → const FieldType
-
const FieldType('Structure')
- colorField → const FieldType
-
const FieldType('String')
- screenField → const FieldType
-
const FieldType('String')
- binaryField → const FieldType
-
const FieldType('Bytes')
- headerField → const FieldType
-
const FieldType('Header')
- groupField → const FieldType
-
const FieldType('Group')
- fontField → const FieldType
-
const FieldType('String')
- modelsSelectorField → const FieldType
-
const FieldType('Model selector')
- titleFieldsField → const FieldType
-
const FieldType('Title')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- humanReadableType → String
-
final
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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