EventSdp constructor

EventSdp({
  1. String? originator,
  2. String? type,
  3. String? sdp,
})

Implementation

EventSdp({this.originator, this.type, this.sdp});