push method

int push(
  1. E element
)

Implementation

int push(E element) => jsu.callMethod(this, 'push', [element]);