DataFeedController<T> class

DataFeed Controller

This class is used to organize all the stream controllers used.

Constructors

DataFeedController()

Properties

data List<T>
getter/setter pair
dataFeedSink StreamSink<List<T>>
Exposing data feed
no setter
dataFeedStream Stream<List<T>>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusSink StreamSink<ConnectionStatus>
Exposing status feed
no setter
statusStream Stream<ConnectionStatus>
no setter

Methods

appendData(List<T> value) → void
Appends data
dispose() → void
Dispose method to close all stream controllers
flushData() → void
Adds an empty array to the stream
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replaceData(int index, T value) → void
Find and replace the objects by index
toString() String
A string representation of this object.
inherited

Operators

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