BaseFlowR<T> class
abstract
- Inheritance
- Mixed-in types
-
- FlowRMx<
T>
- FlowRMx<
- Annotations
-
- @Deprecated('use FlowrMx')
Constructors
Properties
Methods
-
dispose(
) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
put(
T value) → T -
put new value
inherited
-
putError(
Object error, [StackTrace? stackTrace]) → void -
put new error
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited