CountryCode.fromCode constructor

  1. @Deprecated('Use `fromCountryCode` instead.')
CountryCode.fromCode(
  1. String isoCode
)

Implementation

@Deprecated('Use `fromCountryCode` instead.')
factory CountryCode.fromCode(String isoCode) {
  return CountryCode.fromCountryCode(isoCode);
}