push property

void push=(dynamic value)

Implementation

set push(value) {
  _push = value;
}