copyWith method
Implementation
AddCustomServerLanguagePack copyWith({String? languagePackId}) =>
AddCustomServerLanguagePack(
languagePackId: languagePackId ?? this.languagePackId,
);
AddCustomServerLanguagePack copyWith({String? languagePackId}) =>
AddCustomServerLanguagePack(
languagePackId: languagePackId ?? this.languagePackId,
);