EditCustomLanguagePackInfo constructor

const EditCustomLanguagePackInfo(
  1. {required LanguagePackInfo info}
)

Edits information about a custom local language pack in the current localization target. Can be called before authorization

Implementation

const EditCustomLanguagePackInfo({
  required this.info,
});