FeatureConfig constructor

FeatureConfig({
  1. String? createTime,
  2. String? deleteTime,
  3. Map<String, String>? labels,
  4. String? name,
  5. FeatureSpec? spec,
  6. FeatureConfigState? state,
  7. String? uniqueId,
  8. String? updateTime,
})

Implementation

FeatureConfig({
  this.createTime,
  this.deleteTime,
  this.labels,
  this.name,
  this.spec,
  this.state,
  this.uniqueId,
  this.updateTime,
});