$GoogleCloudDocumentaiV1DocumentRevisionHumanReview.fromJson constructor
$GoogleCloudDocumentaiV1DocumentRevisionHumanReview.fromJson(
- Map json_
Implementation
$GoogleCloudDocumentaiV1DocumentRevisionHumanReview.fromJson(core.Map json_)
: this(
state:
json_.containsKey('state') ? json_['state'] as core.String : null,
stateMessage: json_.containsKey('stateMessage')
? json_['stateMessage'] as core.String
: null,
);