operator []= method

void operator []=(
  1. String key,
  2. EasyAttribute<Object?> attr
)

Implementation

void operator []=(String key, EasyAttribute attr) {
  attributes[key] = attr;
}