data property

T? get data

Current data if the async operation succeeded.

Implementation

T? get data => _data.value;