System class Null safety

Annotations

Constructors

System({dynamic xmlDiscoveryResolve, dynamic xmlDiscoveryBye, dynamic xmlRemoteDiscovery, dynamic xmlSystemBackup, dynamic xmlSystemLogging, dynamic xmlFirmwareUpgrade, required List<SupportedVersion> supportedVersions})
System.fromJson(Map<String, dynamic> json)
factory

Properties

discoveryBye bool
read-only
discoveryResolve bool
read-only
firmwareUpgrade bool
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
remoteDiscovery bool
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
supportedVersions List<SupportedVersion>
@JsonKey(name: 'SupportedVersions', fromJson: _supportedVersionConverter), final
systemBackup bool
read-only
systemLogging bool
read-only
xmlDiscoveryBye → dynamic
@JsonKey(name: 'DiscoveryBye'), final
xmlDiscoveryResolve → dynamic
@JsonKey(name: 'DiscoveryResolve'), final
xmlFirmwareUpgrade → dynamic
@JsonKey(name: 'FirmwareUpgrade'), final
xmlRemoteDiscovery → dynamic
@JsonKey(name: 'RemoteDiscovery'), final
xmlSystemBackup → dynamic
@JsonKey(name: 'SystemBackup'), final
xmlSystemLogging → dynamic
@JsonKey(name: 'SystemLogging'), final

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