Args constructor

Args({
  1. int index,
  2. String format,
  3. String value,
})

Implementation

Args({
  this.index,
  this.format,
  this.value,
});