maybeData property

T? get maybeData

Returns the current data regardless of its existence.

Implementation

T? get maybeData => _data;