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