operator []= abstract method

void operator []=(
  1. String key,
  2. Object? data
)

Adds/Replaces a single key in the body with the given data.

Implementation

void operator []=(String key, Object? data);