DeviceServiceCapabilities class Null safety

The capabilities for the device service is returned in the Capabilities element.

Annotations

Constructors

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

Properties

hashCode int
The hash code for this object.
read-only, inherited
misc MiscCapabilities?
Capabilities that do not fit in any of the other categories.
@JsonKey(name: 'Misc'), read / write
network NetworkCapabilities
@JsonKey(name: 'Network'), read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
security SecurityCapabilities
Security capabilities.
@JsonKey(name: 'Security'), read / write
system SystemCapabilities
System capabilities.
@JsonKey(name: 'System'), 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