$GoogleCloudDocumentaiV1DocumentEntityRelation.fromJson constructor

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