CountryCode.dirty constructor

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

Implementation

const CountryCode.dirty(super.value, {this.validCodes = defaultValidCodes})
    : super.dirty();