menu
gcloud package
documentation
datastore.dart
Entity
Entity constructor
Entity constructor
dark_mode
light_mode
Entity
constructor
Entity
(
Key
key
,
Map
<
String
,
Object
?
>
properties
, {
Set
<
String
>
unIndexedProperties
=
const <String>{}
,
})
Implementation
Entity(this.key, this.properties, {this.unIndexedProperties = const <String>{}});
gcloud package
documentation
datastore
Entity
Entity constructor
Entity class