SupportedTranslation constructor

SupportedTranslation({
  1. required String name,
  2. required Map<Locale, String> paths,
})

Implementation

SupportedTranslation({required this.name, required this.paths});