GoogleCloudDatalabelingV1beta1SentimentConfig.fromJson constructor

GoogleCloudDatalabelingV1beta1SentimentConfig.fromJson(
  1. Map _json
)

Implementation

GoogleCloudDatalabelingV1beta1SentimentConfig.fromJson(core.Map _json)
    : this(
        enableLabelSentimentSelection:
            _json.containsKey('enableLabelSentimentSelection')
                ? _json['enableLabelSentimentSelection'] as core.bool
                : null,
      );