getErros static method

List<ParcmeiErrorInfo> getErros()

Implementation

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