copyWith method

FeatureAbstract<V> copyWith({
  1. required V value,
})

Implementation

FeatureAbstract<V> copyWith({required V value}) => throw UnimplementedError();