rtpMulticast property Null safety
- @JsonKey(name: '@RTPMulticast', fromJson: OnvifUtil.stringToBool)
final
Indicates support for RTP multicast.
Implementation
@JsonKey(
name: '@RTPMulticast',
fromJson: OnvifUtil.stringToBool,
)
final bool rtpMulticast;