GemShopCustomDesignPurchaseResponseSchema constructor
GemShopCustomDesignPurchaseResponseSchema({
- required GemShopCustomDesignPurchaseResponseDataSchema data,
Returns a new GemShopCustomDesignPurchaseResponseSchema instance.
Implementation
GemShopCustomDesignPurchaseResponseSchema({
required this.data,
});