TimestampValues constructor

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

Implementation

TimestampValues({
  this.values,
});