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