$DeclarativeFormFieldInterface class sealed
- Implementers
- Annotations
-
- @BuiltValue(instantiable: false)
Properties
- $default → JsonObject
-
no setter
- description → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
no setter
- label → String?
-
no setter
-
options
→ BuiltList<
DeclarativeFormField_Options> ? -
no setter
- placeholder → String?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → String
-
no setter
- type → DeclarativeFormField_Type
-
no setter
- value → DeclarativeFormField_Value
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
void updates($DeclarativeFormFieldInterfaceBuilder)) → $DeclarativeFormFieldInterface - Rebuilds the instance.
-
toBuilder(
) → $DeclarativeFormFieldInterfaceBuilder - Converts the instance to a builder $DeclarativeFormFieldInterfaceBuilder.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited