FeatureState constructor

FeatureState({
  1. State? state,
})

Implementation

FeatureState({
  this.state,
});