System class Null safety
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
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