Returns whether this adapter has a value for the experiment with the given id.
id
@override bool has(String id) => _values.containsKey(id) || _adapter.has(id);