TranslateLocaleResponse constructor
const
TranslateLocaleResponse({
- @LocalizedTextConverter() required List<
LocalizedTextModel> texts,
Implementation
const factory TranslateLocaleResponse({
@LocalizedTextConverter() required List<LocalizedTextModel> texts,
}) = _TranslateLocaleResponse;