menu
nebula_db package
documentation
engine/row.dart
Row
copy method
copy method
dark_mode
light_mode
copy
method
Row
copy
(
)
Implementation
Row copy() => Row(id: id, values: Map<String, dynamic>.from(values));
nebula_db package
documentation
engine/row
Row
copy method
Row class