Space2D class Null safety

The Pan/Tilt limits element should be present for a PTZ Node that supports an absolute Pan/Tilt. If the element is present it signals the support for configurable Pan/Tilt limits. If limits are enabled, the Pan/Tilt movements shall always stay within the specified range. The Pan/Tilt limits are disabled by setting the limits to –INF or +INF.

Annotations

Constructors

Space2D({required String uri, required Space xRange, required Space yRange})
Space2D.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
uri String
Capability information.
@JsonKey(name: 'URI', fromJson: OnvifUtil.mappedToString), final
xRange Space
@JsonKey(name: 'XRange'), final
yRange Space
@JsonKey(name: 'YRange'), 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