toMap method

dynamic toMap()

Implementation

dynamic toMap() {
  return {'sdp': sdp, 'type': type};
}