PtzStatus class Null safety

Annotations

Constructors

PtzStatus({required PtzPosition position, dynamic xmlError, dynamic xmlUtcTime})
PtzStatus.fromJson(Map<String, dynamic> json)
factory

Properties

error String
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
position PtzPosition
@JsonKey(name: 'Position'), final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
utcTime DateTime
read-only
xmlError ↔ dynamic
@JsonKey(name: 'Error'), read / write
xmlUtcTime ↔ dynamic
@JsonKey(name: 'UtcTime'), read / write

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