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