contentFormat property

CoapMediaType? contentFormat
inherited

The content-format of this CoAP message, Same as ContentType, only another name.

Implementation

CoapMediaType? get contentFormat => contentType;
void contentFormat=(CoapMediaType? value)
inherited

Implementation

set contentFormat(final CoapMediaType? value) => contentType = value;