build method
Implementation
RequestPurchaseIosProps build() {
return RequestPurchaseIosProps(
sku: sku,
andDangerouslyFinishTransactionAutomatically:
andDangerouslyFinishTransactionAutomatically,
appAccountToken: appAccountToken,
quantity: quantity,
withOffer: withOffer,
);
}