copyWith method

Implementation

TransactionResponse copyWith({TransactionResponse$Data? data}) {
  return TransactionResponse(data: data ?? this.data);
}