menu
gcloud package
documentation
db.dart
ModelKeyProperty
ModelKeyProperty.new const constructor
ModelKeyProperty.new const constructor
dark_mode
light_mode
ModelKeyProperty
constructor
const
ModelKeyProperty
(
{
String
?
propertyName
,
bool
required
=
false
,
bool
indexed
=
true
,
})
Implementation
const ModelKeyProperty({super.propertyName, super.required, super.indexed});
gcloud package
documentation
db
ModelKeyProperty
ModelKeyProperty.new const constructor
ModelKeyProperty class