CoapLinkAttribute class

Class for linkformat attributes.

Annotations
  • @immutable

Constructors

CoapLinkAttribute(String _name, Object? _value)
Initializes an attribute.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
name String
Name
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value Object?
Value
no setter
valueAsInt int?
Value as integer
no setter
valueAsString String?
Value as String
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(StringBuffer builder) → void
Serializes this attribute into its string representation.
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override