FeatureConfig constructor
FeatureConfig({
- String? createTime,
- String? deleteTime,
- Map<
String, String> ? labels, - String? name,
- FeatureSpec? spec,
- FeatureConfigState? state,
- String? uniqueId,
- String? updateTime,
Implementation
FeatureConfig({
this.createTime,
this.deleteTime,
this.labels,
this.name,
this.spec,
this.state,
this.uniqueId,
this.updateTime,
});