isRequest property

bool isRequest
inherited

Gets a value that indicates whether this CoAP message is a request message.

Implementation

bool get isRequest => code.isRequest;