copyWith method

Implementation

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