result property

bool? result
final

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;