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