GoogleCloudDocumentaiV1beta3ProcessorTypeLocationInfo.fromJson constructor

GoogleCloudDocumentaiV1beta3ProcessorTypeLocationInfo.fromJson(
  1. Map _json
)

Implementation

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