copyWith method

GetPreferredCountryLanguage copyWith({
  1. String? countryCode,
})

Implementation

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