copyWith method

AddCustomServerLanguagePack copyWith({
  1. String? languagePackId,
})

Implementation

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