type property

CoapMessageType type
inherited

The type of this CoAP message.

Implementation

CoapMessageType get type => _type;
  1. @internal
void type=(CoapMessageType type)
inherited

Implementation

@internal
set type(final CoapMessageType type) => _type = type;