menu
entao_sql package
documentation
sqlite.dart
QueryResultExt
firstRow method
firstRow method
dark_mode
light_mode
firstRow
method
RowData
?
firstRow
(
)
Implementation
RowData? firstRow() => this.isEmpty ? null : oneRow(0);
entao_sql package
documentation
sqlite
QueryResultExt
firstRow method
QueryResultExt extension on
QueryResult