copyWith method

InputCredentialsGooglePay copyWith({
  1. String? data,
})

Implementation

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