Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'rtmp'] = this.rtmp; return json; }