validate method

bool validate()

Validates the current input returns true if all Rules are met otherwise it returns false

Implementation

bool validate() => _validationErrors.isEmpty;