set method

void set(
  1. String key,
  2. dynamic val
)

Implementation

void set(String key, dynamic val) => attributes[key] = val;