FeatureModel constructor
const
FeatureModel({})
Implementation
const FeatureModel({
this.value = 4,
required this.ratio,
this.note,
this.numbers = const <int>[],
this.tags = const <String>{},
this.mood = Mood.happy,
this.weird = const Weird(7),
});