reverse property

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

Indicates whether or not reversing of PT control direction is supported.

Implementation

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