isResponse property

bool isResponse
inherited

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

Implementation

bool get isResponse => code.isResponse;