copyWithWrapped method

Implementation

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