ScopeFeatureState constructor

ScopeFeatureState({
  1. FeatureState? state,
})

Implementation

ScopeFeatureState({
  this.state,
});