menu
brain_dev_tools package
documentation
dao/entities/properties/property.dart
Property
Property.new constructor
Property.new constructor
dark_mode
light_mode
Property
constructor
Property
(
{
String
?
name
,
int
?
ordinal
,
bool
primaryKey
=
false
,
required
String
columnName
,
})
Implementation
Property( { this.name, this.ordinal, this.primaryKey=false, required this.columnName } );
brain_dev_tools package
documentation
dao/entities/properties/property
Property
Property.new constructor
Property class