IntegerValues constructor

IntegerValues({
  1. List<String>? values,
})

Implementation

IntegerValues({
  this.values,
});