FeatureOptions constructor
const
FeatureOptions({})
Implementation
const FeatureOptions({
required this.key,
required this.title,
this.type = FeatureType.feature,
this.description = '',
this.remoteSourceKey = '',
this.defaultValue,
});