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