FeatureResourceState constructor

FeatureResourceState({
  1. String? state,
})

Implementation

FeatureResourceState({
  this.state,
});