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