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