CoapLinkAttribute constructor

const CoapLinkAttribute(
  1. String _name,
  2. Object? _value
)

Initializes an attribute.

Implementation

const CoapLinkAttribute(this._name, this._value);