ProxyFeature<State, Msg, Effect> constructor

const ProxyFeature<State, Msg, Effect>({
  1. required Feature<State, Msg, Effect> feature,
})

Creates a ProxyFeature with the specified feature.

Implementation

const ProxyFeature({required this.feature});