U1DResult constructor

const U1DResult(
  1. UCodeFormat format,
  2. String text,
  3. double start,
  4. double end,
)

Implementation

const U1DResult(this.format, this.text, this.start, this.end);