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