ValueBuilder<T> class
sealed
- Available extensions
- Annotations
-
- @freezed
Constructors
- ValueBuilder.context(T? builder(BuildContext context))
-
constfactory
-
ValueBuilder.ref(T? builder(T reader<
T>(ProviderListenable< ))T> ) -
constfactory
- ValueBuilder.value(T? value)
-
constfactory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
switchValue(
{BuildContext? context, T reader< T>(ProviderListenable< }) → T?T> )? -
Available on ValueBuilder<
T> , provided by the ValueBuilderX extension -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited