address property

  1. @JsonKey(name: 'Address')
Address address
final

The multicast address (if this address is set to 0 no multicast streaming is enaled)

Implementation

@JsonKey(name: 'Address')

///The multicast address (if this address is set to 0 no multicast streaming
///is enaled)
final Address address;