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