put method

void put(
  1. int number,
  2. Object? value
)

Implementation

void put(int number, Object? value) => _objects[number] = value;