Custom matcher for Backpack containing key.
Matcher backpackHas(String key, {dynamic value}) => _BackpackHas(key, value);