IsCardInWalletResult constructor
- @JsonSerializable(explicitToJson: true)
- required bool isInWallet,
- GooglePayCardToken? token,
Implementation
@JsonSerializable(explicitToJson: true)
const factory IsCardInWalletResult({
required bool isInWallet,
GooglePayCardToken? token,
}) = _IsCardInWalletResult;