first method

Future<Map<String, dynamic>?> first()

Returns the first matching row, or null if none match.

Implementation

Future<Map<String, dynamic>?> first() async => (await get()).first;