tipoDte property

String get tipoDte

Retorna o tipo da mensagem no contexto DTE.

Implementation

String get tipoDte {
  if (isSucessoDte) return 'Sucesso';
  if (isErroDte) return 'Erro';
  return 'Informação';
}