Replaces all current config with a deep copy of items.
items
Clears existing data first.
void reset(Map<String, dynamic> items) { _items ..clear() ..addAll(_deepCopy(items)); }