isNotEmpty property
bool
get
isNotEmpty
Checks if this message is not empty.
Implementation
bool get isNotEmpty => headers.isNotEmpty;
Checks if this message is not empty.
bool get isNotEmpty => headers.isNotEmpty;