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