peek method

Object? peek(
  1. int number
)

Implementation

Object? peek(int number) => _changed[number];