result property
Returns a bool for the last validation result.
true being that the validator qualified and false if not.
Otherwise, if no validators were supplied, returns null.
Implementation
final bool? result;
Returns a bool for the last validation result.
true being that the validator qualified and false if not.
Otherwise, if no validators were supplied, returns null.
final bool? result;