StaticValue constructor

StaticValue({
  1. required List<String> values,
})

Implementation

StaticValue({
  required this.values,
});