BuilderModel<B extends StateStreamable<S> , S> class
final
Constructors
- BuilderModel()
-
const
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
-
builder(
Widget builder(BuildContext context, S state)) → BlocBuilder< StateStreamable, dynamic> - Bloc builder
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
subscribe(
BuildContext context, dynamic onData(S state)) → StreamSubscription< S> - Subscribe to listener
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited