menu
gcloud package
documentation
db.dart
ModelDB
toDatastoreEntity abstract method
toDatastoreEntity abstract method
dark_mode
light_mode
toDatastoreEntity
abstract method
Entity
toDatastoreEntity
(
Model
model
)
Converts a
Model
instance to a
ds.Entity
.
Implementation
ds.Entity toDatastoreEntity(Model model);
gcloud package
documentation
db
ModelDB
toDatastoreEntity abstract method
ModelDB class