GoogleCloudApigeeV1TestDatastoreResponse.fromJson constructor
GoogleCloudApigeeV1TestDatastoreResponse.fromJson(
- Map json_
Implementation
GoogleCloudApigeeV1TestDatastoreResponse.fromJson(core.Map json_)
: this(
error: json_['error'] as core.String?,
state: json_['state'] as core.String?,
);