$TextRange.wrap constructor

$TextRange.wrap(
  1. TextRange $value
)

Wrap a TextRange in a $TextRange

Implementation

$TextRange.wrap(this.$value) : _superclass = $Object($value);