pop method

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

Implementation

Modifier pop({ int? position }) => update(this).pop(position: position);