Map<String, dynamic> toJson() { return { "receivingAddress" : receivingAddress, "quantity": quantity, "idsToMint": idsToMint }; }