mark method

void mark()

Sets this buffer's mark at its position.

Mark is the index to which its position will be reset when the reset method is invoked.

Implementation

void mark() {
  _markId(this, const JObjectType(), []).release();
}