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