PhoneNumberMatcher constructor
const
PhoneNumberMatcher(
- PhoneNumberUtil util,
- String text,
- String country,
- Leniency leniency,
- Int64 maxTries,
Implementation
const PhoneNumberMatcher(
this.util,
this.text,
this.country,
this.leniency,
this.maxTries,
) : assert(maxTries >= 0, 'maxTries must be greater than or equal to 0');