menu
nebula_db package
documentation
engine/row.dart
Row
Row.new constructor
Row.new constructor
dark_mode
light_mode
Row
constructor
Row
(
{
required
int
id
,
required
Map
<
String
,
dynamic
>
values
,
})
Implementation
Row({required this.id, required this.values});
nebula_db package
documentation
engine/row
Row
Row.new constructor
Row class