$GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak.fromJson constructor

$GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak.fromJson(
  1. Map json_
)

Implementation

$GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak.fromJson(
    core.Map json_)
    : this(
        type: json_['type'] as core.String?,
      );