pop method

Modifier pop({
  1. int? position,
})

Implementation

Modifier pop({ int? position }) => PopModifier(field, position);