FieldsComposable<T> class
abstract
Interface for defining APIs for features that use fields as a building block.
- Implementers
Constructors
- FieldsComposable()
-
const
Properties
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 querygroup
using the FieldCodec.toValue from Field.codec.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited