Effect<T> class

Constructors

Effect(EffectCallback<T> _callback, [Object? queryParams])

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

bind(BuildContext context, {dynamic leading = false}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
whenType<T>() → void

Operators

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

Static Methods

deactivate(BuildContext context) → dynamic
dispatch<T>(BuildContext context, T value) → void
nullable<T>(EffectCallback<T?> callback) Effect<T?>