none property

  1. @Deprecated('Use null instead')
PhoneNumberInputValidator none

Implementation

@Deprecated('Use null instead')
static PhoneNumberInputValidator get none => (PhoneNumber? valueCandidate) {
      return null;
    };