push static method

void push(
  1. MarkState mark
)

Implementation

static void push(MarkState mark) => _stack.add(mark);