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