isAtMark property

bool get isAtMark

Implementation

bool get isAtMark {
  return markPoint == spans.length;
}