data property

T? get data

Most recent data emitted from the stream.

Implementation

T? get data => _data.value;