single property

Future<PostgreSQLResultRow> single

Implementation

Future<PostgreSQLResultRow> get single => then((value) => value.single);