data property

T? get data

The current value, that may be null

Implementation

T? get data => _result.value;