menu
dormql package
documentation
dorm.dart
Entity
Entity.new const constructor
Entity.new const constructor
dark_mode
light_mode
Entity
constructor
const
Entity
(
{
String
?
tableName
,
String
?
description
,
})
Implementation
const Entity({ this.tableName, this.description, });
dormql package
documentation
dorm
Entity
Entity.new const constructor
Entity class