toMap method Null safety

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return {
    'simulcast': this.simulcast,
    'svc': this.svc,
    'feed': this.feed,
    'mid': this.mid,
  };
}