Map<String, dynamic> toJson() { return { if (id != null) 'id': id, if (name != null) 'name': name, if (metadata != null) 'metadata': metadata, }; }