menu
prisma_flutter_connector package
documentation
runtime.dart
SqlResultSet
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
bool
get
isEmpty
Check if result set is empty
Implementation
bool get isEmpty => rows.isEmpty;
prisma_flutter_connector package
documentation
runtime
SqlResultSet
isEmpty property
SqlResultSet class