Sets a value in the request-scoped data storage.
void set(String key, dynamic value) => _data[key] = value;