getErros static method
Obtém todos os erros gerais do PARCSN
Implementation
static List<PertsnErrorInfo> getErros() {
return _erros.values.where((e) => e.tipo == PertsnErrorType.erro).toList();
}
Obtém todos os erros gerais do PARCSN
static List<PertsnErrorInfo> getErros() {
return _erros.values.where((e) => e.tipo == PertsnErrorType.erro).toList();
}