GoogleCloudDocumentaiV1HumanReviewStatus.fromJson constructor

GoogleCloudDocumentaiV1HumanReviewStatus.fromJson(
  1. 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?,
    );