operator []= method

void operator []=(
  1. int key,
  2. TextField item
)

Implementation

operator []=(int key, TextField item) => set(key, item);