copyWith abstract method

Feature<T> copyWith({
  1. T? value,
})

Implementation

Feature<T> copyWith({
  T? value,
});