mensagemPrincipal property

String get mensagemPrincipal

Retorna a mensagem principal (primeira mensagem)

Implementation

String get mensagemPrincipal =>
    mensagens.isNotEmpty ? mensagens.first.texto : '';