operator []= method

void operator []=(
  1. String key,
  2. Image item
)

Implementation

operator []=(String key, Image item) => set(key, item);