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