copyWith method

Implementation

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