GoogleDatastoreAdminV1IndexedProperty.fromJson constructor
GoogleDatastoreAdminV1IndexedProperty.fromJson(
- Map json_
Implementation
GoogleDatastoreAdminV1IndexedProperty.fromJson(core.Map json_)
: this(
direction: json_.containsKey('direction')
? json_['direction'] as core.String
: null,
name: json_.containsKey('name') ? json_['name'] as core.String : null,
);