Features constructor

Features({
  1. required List<String> characteristics,
})

Implementation

Features({
  required this.characteristics,
});