grow method

int grow(
  1. int delta
)

Implementation

int grow(int delta) => js_util.callMethod(this, 'grow', [delta]);