push method

int push(
  1. Object? any
)

Implementation

int push(Object? any) => JSArrayUtil(this).push(any?.toJSDeep);