operator []= abstract method

void operator []=(
  1. String key,
  2. dynamic value
)

Implementation

void operator []=(String key, dynamic value);