menu
nop_annotations package
documentation
annotation/annotation.dart
NopDbItem
NopDbItem const constructor
NopDbItem const constructor
dark_mode
light_mode
NopDbItem
constructor
const
NopDbItem
(
{
String
name
=
''
,
bool
primaryKey
=
false
,
String
constraints
=
''
,
Type
?
type
,
})
Implementation
const NopDbItem({ this.name = '', this.primaryKey = false, this.constraints = '', this.type, });
nop_annotations package
documentation
annotation/annotation
NopDbItem
NopDbItem const constructor
NopDbItem class