DeviceServiceCapabilities class Null safety

Device capabilities

Implementers
Annotations

Constructors

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

Properties

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

Methods

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

Operators

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