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