GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview.fromJson constructor

GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview.fromJson(
  1. Map _json
)

Implementation

GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview.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,
      );