set method

void set(
  1. String id,
  2. bool enabled
)

Sets the enabled state of id.

Implementation

void set(String id, bool enabled) => _values[id] = enabled;