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