Arg constructor

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

Implementation

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