v property

Validation rules in a list, short form without label or custom messages

Implementation

ValidatorX get v {
  assert(isNotEmpty, "validate cannot be called on an empty string");
  return Valiadator().make(this);
}