data property

T? get data
inherited

Implementation

T? get data => _data ?? result.firstOrNull;