copyWith method
Implementation
EditCustomLanguagePackInfo copyWith({LanguagePackInfo? info}) =>
EditCustomLanguagePackInfo(info: info ?? this.info);
EditCustomLanguagePackInfo copyWith({LanguagePackInfo? info}) =>
EditCustomLanguagePackInfo(info: info ?? this.info);