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