currentValue property

T? currentValue

Implementation

T? get currentValue => _subject.valueOrNull?.data;