GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionResponse.fromJson constructor

GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionResponse.fromJson(
  1. Map _json
)

Implementation

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