menu
d2_touch package
documentation
core/annotations/entity.annotation.dart
EntityOptions
EntityOptions constructor
EntityOptions constructor
dark_mode
light_mode
EntityOptions
constructor
EntityOptions
(
{
String
?
name
,
String
?
engine
,
String
?
schema
,
bool
?
synchronize
,
bool
?
withoutRowid
,
})
Implementation
EntityOptions( {this.name, this.engine, this.schema, this.synchronize, this.withoutRowid});
d2_touch package
documentation
core/annotations/entity.annotation
EntityOptions
EntityOptions constructor
EntityOptions class