isValid property

  1. @override
bool get isValid
override

Return the state of the validator after the most recent validation.

Implementation

@override
bool get isValid => _isValid;