$DocumentRevisionHumanReview.fromJson constructor
$DocumentRevisionHumanReview.fromJson(
- Map _json
Implementation
$DocumentRevisionHumanReview.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,
);