push method

void push(
  1. dynamic v
)

Implementation

void push(dynamic v) => operandStack.add(v);