FPipe<T> class

Constructors

FPipe({required T initValue, required FDisposer disposer, bool withTextEditingController = false, bool withErrPipe = false})

Properties

errValue FPipeErrModel
no setter
hashCode int
The hash code for this object.
no setterinherited
holder Map<String, dynamic>
dynamic holder
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipSubscription int
getter/setter pair
stream → ValueStream<T>
no setter
textEditingController TextEditingController?
getter/setter pair
value → T
no setter

Methods

callSubscriber() → void
dispose() → void
errUpdate(FPipeErrModel value) → void
forceCallSubscriber() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onErrUpdate(Widget listener(T val, FPipeErrModel err)) Widget
onUpdate(Widget listener(T val)) Widget
onUpdateWithErrUpdate(Widget listener(T val, FPipeErrModel err)) Widget
softUpdate(T val) → void
subscribe({required void listener(T val), int skippedCount = 0, FDisposer? disposer}) → void
toString() String
A string representation of this object.
inherited
update(T value) → void

Operators

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