AdaptiveMtTranslation.fromJson constructor
AdaptiveMtTranslation.fromJson(
- Map json_
Implementation
AdaptiveMtTranslation.fromJson(core.Map json_)
: this(
translatedText: json_.containsKey('translatedText')
? json_['translatedText'] as core.String
: null,
);