copyWith method
Implementation
InputCredentialsGooglePay copyWith({String? data}) =>
InputCredentialsGooglePay(data: data ?? this.data);
InputCredentialsGooglePay copyWith({String? data}) =>
InputCredentialsGooglePay(data: data ?? this.data);