getErros static method
Obtém todos os erros gerais do PARCSN-ESP
Implementation
static List<ParcsnEspecialErrorInfo> getErros() {
return _errors.values
.where((e) => e.tipo == ParcsnEspecialErrorType.erro)
.toList();
}
Obtém todos os erros gerais do PARCSN-ESP
static List<ParcsnEspecialErrorInfo> getErros() {
return _errors.values
.where((e) => e.tipo == ParcsnEspecialErrorType.erro)
.toList();
}