insert method

dynamic insert(
  1. dynamic x
)

Implementation

insert(x) {
  return push(x);
}