stopOnFirstError property

bool stopOnFirstError
final

Whether validation should stop at the first error encountered.

Default: false — all validators will be executed.

Implementation

final bool stopOnFirstError;