FeatureState constructor

FeatureState({
  1. String? code,
  2. String? description,
  3. String? updateTime,
})

Implementation

FeatureState({
  this.code,
  this.description,
  this.updateTime,
});