DeviceCapabilities class

Device capabilities

Inheritance
Annotations

Constructors

DeviceCapabilities({required String xAddr, NetworkCapabilities? network, SystemCapabilities? system, IoCapabilities? io, SecurityCapabilities? security})
DeviceCapabilities.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
read-onlyinherited
io IoCapabilities?
I/O capabilities.
read / writeinherited
network NetworkCapabilities?
Network capabilities.
read / writeinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
security SecurityCapabilities?
Security capabilities.
read / writeinherited
system SystemCapabilities?
System capabilities.
read / writeinherited
xAddr String
Device service URI.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
override

Operators

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