$GoogleCloudDocumentaiV1DocumentRevisionHumanReview.fromJson constructor

$GoogleCloudDocumentaiV1DocumentRevisionHumanReview.fromJson(
  1. Map json_
)

Implementation

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