FieldsComposable<T> class abstract

Interface for defining APIs for features that use fields as a building block.

Implementers

Constructors

FieldsComposable()
const

Properties

fields List<Field>
no setter
groupName String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildFields(BuildContext context) Widget
Converts the fields into a Widget that will be rendered in the settings side panel.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
slugify(String name) String
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited
valueFromQueryGroup(Map<String, String> group) → T
Converts a query group to a value of type T.
valueOf<TField>(String name, Map<String, String> group) → TField?
Decodes the value of the Field with name from the query group using the FieldCodec.toValue from Field.codec.

Operators

operator ==(Object other) bool
The equality operator.
inherited