menu
db_lens package
documentation
presentation/controllers/db_lens_controller.dart
DbLensController
activeRows property
activeRows property
dark_mode
light_mode
activeRows
property
List
<
Map
<
String
,
Object
?
>
>
get
activeRows
Implementation
List<Map<String, Object?>> get activeRows => query.queryMode ? query.rows : table.rows;
db_lens package
documentation
presentation/controllers/db_lens_controller
DbLensController
activeRows property
DbLensController class