TranslateLocaleResponse constructor

const TranslateLocaleResponse({
  1. @LocalizedTextConverter() required List<LocalizedTextModel> texts,
})

Implementation

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