sucesso property

bool get sucesso

Verifica se a transmissão foi bem-sucedida

Implementation

bool get sucesso => status == '200' && mensagens.any((m) => m.isSucesso);