hasSent property

bool get hasSent

Checks if any messages were sent.

Implementation

bool get hasSent => _sent.isNotEmpty;