menu
db_lens package
documentation
presentation/controllers/db_lens_query_controller.dart
DbLensQueryController
rows property
rows property
dark_mode
light_mode
rows
property
List
<
Map
<
String
,
Object
?
>
>
get
rows
Implementation
List<Map<String, Object?>> get rows => pagination?.rows ?? const [];
db_lens package
documentation
presentation/controllers/db_lens_query_controller
DbLensQueryController
rows property
DbLensQueryController class