Properties constructor

Properties({
  1. required List<String> properties,
})

Implementation

Properties({required this.properties});