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