tilt property

  1. @JsonKey.new(name: 'tilt', fromJson: OnvifUtil.nullableDoubleMappedFromXml)
double? tilt
final

Rotation around the Y axis in degrees.

Implementation

@JsonKey(name: 'tilt', fromJson: OnvifUtil.nullableDoubleMappedFromXml)
final double? tilt;