CountryCode.pure constructor

const CountryCode.pure({
  1. List<String> validCodes = defaultValidCodes,
})

Implementation

const CountryCode.pure({this.validCodes = defaultValidCodes}) : super.pure('');