add method

void add (E value)

Implementation

void add(E value) {
  callMethod('push', [value]);
}