toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => withoutNulls({
      'protocol': protocol,
      'sendThrough': sendThrough,
      'tag': tag,
      'settings': settings?.toJson(),
      'streamSettings': streamSettings?.toJson(),
      'proxySettings': proxySettings?.toJson(),
      'mux': mux?.toJson(),
      'targetStrategy': targetStrategy?.toJson(),
    });