void extend(Node node, [ int offset ])

Source

void extend(Node node, [int offset]) {
  if (offset != null) {
    _blink.BlinkSelection.instance.extend_Callback_2_(this, node, offset);
    return;
  }
  _blink.BlinkSelection.instance.extend_Callback_1_(this, node);
  return;
}