Map<String, dynamic> toMap() { return { 'title': title, 'unitPrice': unitPrice, 'quantity': quantity, 'tangible': tangible, }; }