System class Null safety

Annotations

Constructors

System({bool? discoveryResolve, bool? discoveryBye, bool? remoteDiscovery, bool? systemBackup, bool? systemLogging, bool? firmwareUpgrade, required List<SupportedVersion> supportedVersions})
System.fromJson(Map<String, dynamic> json)
factory

Properties

discoveryBye bool?
@JsonKey(name: 'DiscoveryBye', fromJson: OnvifUtil.nullableMappedToBool), final
discoveryResolve bool?
@JsonKey(name: 'DiscoveryResolve', fromJson: OnvifUtil.nullableMappedToBool), final
firmwareUpgrade bool?
@JsonKey(name: 'FirmwareUpgrade', fromJson: OnvifUtil.nullableMappedToBool), final
hashCode int
The hash code for this object.
read-only, inherited
remoteDiscovery bool?
@JsonKey(name: 'RemoteDiscovery', fromJson: OnvifUtil.nullableMappedToBool), final
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?
@JsonKey(name: 'SystemBackup', fromJson: OnvifUtil.nullableMappedToBool), final
systemLogging bool?
@JsonKey(name: 'SystemLogging', fromJson: OnvifUtil.nullableMappedToBool), 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