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