XmlSourceRangeImpl constructor

const XmlSourceRangeImpl(
  1. int offset,
  2. int end
)

Implementation

const XmlSourceRangeImpl(
  final this.offset,
  final this.end,
);