PtzPresetTourSpot class
Indicates a tour spot currently staying.
- Annotations
-
- @JsonSerializable()
Constructors
- PtzPresetTourSpot({required String presetDetail, PtzSpeed? speed, String? stayTime, dynamic extension})
-
PtzPresetTourSpot.fromJson(Map<
String, dynamic> json) -
factory
Properties
- extension → dynamic
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- presetDetail → String
-
Detail definition of preset position of the tour spot.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- speed → PtzSpeed?
-
Optional parameter to specify Pan/Tilt and Zoom speed on moving toward this tour spot.
final
- stayTime → String?
-
Optional parameter to specify time duration of staying on this tour sport.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent 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