v property
ValidatorX?
get
v
Validation rules in a string, short form without label or custom messages
Implementation
ValidatorX get v {
assert(isNotEmpty, "validate cannot be called on an empty string");
return Valiadator().make(split("|"));
}