current property

MarkState? get current

Implementation

static MarkState? get current =>
  _stack.isNotEmpty ? _stack.last : null;