GoogleCloudMlV1ExplainRequest.fromJson constructor
GoogleCloudMlV1ExplainRequest.fromJson(
- Map json_
Implementation
GoogleCloudMlV1ExplainRequest.fromJson(core.Map json_)
: this(
httpBody:
json_.containsKey('httpBody')
? GoogleApiHttpBody.fromJson(
json_['httpBody'] as core.Map<core.String, core.dynamic>,
)
: null,
);