cursorEnd method

void cursorEnd()

Move cursor to end.

Implementation

void cursorEnd() {
  position = _value.length;
}