GoogleCloudDocumentaiV1HumanReviewStatus.fromJson constructor
GoogleCloudDocumentaiV1HumanReviewStatus.fromJson(
- Map json_
Implementation
GoogleCloudDocumentaiV1HumanReviewStatus.fromJson(core.Map json_)
: this(
humanReviewOperation: json_['humanReviewOperation'] as core.String?,
state: json_['state'] as core.String?,
stateMessage: json_['stateMessage'] as core.String?,
);