copyWith method

Implementation

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