Field class abstract
- Implementers
- Available extensions
- Annotations
-
- @autoequal
Constructors
Properties
-
defaultValues
→ Set<
String> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- isEmpty → bool
-
no setter
- isRequired → bool
-
final
- name → String
-
final
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
no setter
- realField → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showInList → bool
-
final
- sort → int
-
final
- stringify → bool?
-
If set to
true
, thetoString
method will be overridden to output this instance'sprops
.no setterinherited - type → FieldType
-
final
-
validator
→ FormFieldValidator<
Object> ? -
final
-
virtualFields
→ List<
Field> -
no setter
Methods
-
description(
[BuildContext? context]) → FieldDescription -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Json -
toModel(
) → Model -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited