GoogleCloudDocumentaiV1GcsPrefix.fromJson constructor

GoogleCloudDocumentaiV1GcsPrefix.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDocumentaiV1GcsPrefix.fromJson(core.Map json_)
    : this(
        gcsUriPrefix: json_.containsKey('gcsUriPrefix')
            ? json_['gcsUriPrefix'] as core.String
            : null,
      );