copyWithWrapped method

Implementation

BudgetSettingsResponse copyWithWrapped(
    {Wrapped<BudgetSettingsResponse$Data>? data}) {
  return BudgetSettingsResponse(
      data: (data != null ? data.value : this.data));
}