allErrors property

Iterable<ValidaError> get allErrors

Implementation

Iterable<ValidaError> get allErrors => errorsMap.values.expand((e) => e);