isNotEmpty property

bool get isNotEmpty

Checks if this message is not empty.

Implementation

bool get isNotEmpty => headers.isNotEmpty;