StringTemplate constructor

const StringTemplate(
  1. int startIndex,
  2. int endIndex,
  3. String value,
  4. String key,
  5. String type,
  6. String? formatting,
)

Implementation

const StringTemplate(
  this.startIndex,
  this.endIndex,
  this.value,
  this.key,
  this.type,
  this.formatting,
);