menu
flutter_agent_harness package
documentation
flutter_agent_harness.dart
SqliteRows
rows property
rows property
dark_mode
light_mode
rows
property
List
<
Map
<
String
,
Object
?
>
>
rows
final
Rows keyed by column name (duplicate names: last value wins).
Implementation
final List<Map<String, Object?>> rows;
flutter_agent_harness package
documentation
flutter_agent_harness
SqliteRows
rows property
SqliteRows class