getRangeText method

String getRangeText(
  1. SourceRange range
)
inherited

Returns the text of the given range in the unit.

Implementation

String getRangeText(SourceRange range) => utils.getRangeText(range);