build method
Implementation
RequestPurchaseAndroidProps build() {
return RequestPurchaseAndroidProps(
skus: skus,
obfuscatedAccountId: obfuscatedAccountId,
obfuscatedProfileId: obfuscatedProfileId,
isOfferPersonalized: isOfferPersonalized,
offerToken: offerToken,
developerBillingOption: developerBillingOption,
);
}