PtzStatus class Null safety

Annotations

Constructors

PtzStatus({required PtzPosition position, String? error, DateTime? utcTime})
PtzStatus.fromJson(Map<String, dynamic> json)
factory

Properties

error String?
@JsonKey(name: 'Error', fromJson: OnvifUtil.nullableMappedToString), final
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?
@JsonKey(name: 'UtcTime', fromJson: OnvifUtil.nullableMappedToDateTime), 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