copyWith method

Implementation

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