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