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,
      );