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