roll property

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

Rotation around the Z axis in degrees.

Implementation

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