push method

void push(
  1. dynamic value
)

Implementation

void push(dynamic value) => eval(value);