push method

Modifier push(
  1. dynamic value, {
  2. int? position,
})

Implementation

Modifier push(dynamic value, { int? position }) => update(this).push(value, position: position);