import '../assist/apple_or_google_pay_info.dart'; class GooglePayInfo extends AppleOrGooglePayInfo { GooglePayInfo(super.productId, super.type, super.accountToken); }