const factory LocalizedTextModel({ required String locale, required String text, String? qaText, }) = _LocalizedTextModel;