menu
db_lens package
documentation
domain/entities/row_entity.dart
RowEntity
RowEntity.new const constructor
RowEntity.new const constructor
dark_mode
light_mode
RowEntity
constructor
const
RowEntity
(
{
required
Map
<
String
,
dynamic
>
data
,
})
Implementation
const RowEntity({required this.data});
db_lens package
documentation
domain/entities/row_entity
RowEntity
RowEntity.new const constructor
RowEntity class