WASIComponentWitSpan constructor

const WASIComponentWitSpan({
  1. required String sourceName,
  2. required int offset,
  3. required int line,
  4. required int column,
  5. required int length,
})

Creates a source span.

Implementation

const WASIComponentWitSpan({
  required this.sourceName,
  required this.offset,
  required this.line,
  required this.column,
  required this.length,
});