none property

Implementation

static PhoneNumberInputValidator get none => (PhoneNumber? valueCandidate) {
      return null;
    };