Map<String, dynamic> toJson() { return { '__typename': 'RequestVerifyPurchaseWithIapkitResult', 'isValid': isValid, 'state': state.toJson(), 'store': store.toJson(), }; }