PhoneNumberMatcher constructor

const PhoneNumberMatcher(
  1. PhoneNumberUtil util,
  2. String text,
  3. String country,
  4. Leniency leniency,
  5. 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');