validMobile property

ValidPhoneValidator validMobile

Gets a validator that requires the control's value pass a mobile phone validation test.

Implementation

static ValidPhoneValidator get validMobile =>
    const ValidPhoneValidator(type: PhoneNumberType.mobile);