TextValues constructor

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

Implementation

TextValues({
  this.values,
});