data property

T? get data

Implementation

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