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