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