GoogleCloudApigeeV1TestDatastoreResponse.fromJson constructor

GoogleCloudApigeeV1TestDatastoreResponse.fromJson(
  1. Map json_
)

Implementation

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