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