rotation property

  1. @JsonKey(name: '@Rotation', fromJson: OnvifUtil.nullableStringToBool)
bool? rotation
final

Indicates whether or not Rotation feature is supported.

Implementation

@JsonKey(name: '@Rotation', fromJson: OnvifUtil.nullableStringToBool)
final bool? rotation;