set method

void set(
  1. String id,
  2. dynamic content
)

Implementation

void set(String id, dynamic content) => _items[id] = content;