Fancy class abstract

Implementers

Constructors

Fancy()

Properties

hashCode int
The hash code for this object.
no setterinherited
map Map
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addTransformOn<T, S>(StreamTransformer<T, S> streamTransformer, {Object? key}) → void
dispatchAllOn<T>(Stream<T> values, {Object? key}) → void
dispatchErrorOn<T>(Object value, {Object? key}) → void
dispatchOn<T>(T value, {Object? key}) → void
dispose() → void
listenOn<T>(void onData(T), {Function? onError, void onDone()?, bool? cancelOnError, Object? key}) StreamSubscription<T>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
streamOf<T>({Object? key}) Stream<T>
toString() String
A string representation of this object.
inherited

Operators

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