$GoogleCloudDocumentaiV1DocumentEntityRelation.fromJson constructor
$GoogleCloudDocumentaiV1DocumentEntityRelation.fromJson(
- Map json_
Implementation
$GoogleCloudDocumentaiV1DocumentEntityRelation.fromJson(core.Map json_)
: this(
objectId: json_['objectId'] as core.String?,
relation: json_['relation'] as core.String?,
subjectId: json_['subjectId'] as core.String?,
);