stream property

Stream<Map<String, dynamic>?>? stream
getter/setter pair

Stream that remaps the websocket and periodic REST calls into one stream output of json.

Implementation

Stream<Map<String, dynamic>?>? stream;