GoogleCloudDocumentaiV1ProcessorTypeLocationInfo.fromJson constructor

GoogleCloudDocumentaiV1ProcessorTypeLocationInfo.fromJson(
  1. Map json_
)

Implementation

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