getSucessos static method
Implementation
static List<ParcmeiErrorInfo> getSucessos() {
return _errors.values
.where((error) => error.categoria == 'Sucesso')
.toList();
}
static List<ParcmeiErrorInfo> getSucessos() {
return _errors.values
.where((error) => error.categoria == 'Sucesso')
.toList();
}