isEmpty property

bool isEmpty
inherited

Gets a value that indicates whether this CoAP message is an empty message.

Implementation

bool get isEmpty => code.isEmpty;