copyWith method

Implementation

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