isEmpty property

bool get isEmpty

Checks if this message is empty.

Implementation

bool get isEmpty => headers.isEmpty;