validFixedLine property

ValidPhoneValidator validFixedLine

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

Implementation

static ValidPhoneValidator get validFixedLine =>
    const ValidPhoneValidator(type: PhoneNumberType.fixedLine);