hasPack method

  1. @override
bool hasPack(
  1. String key
)
override

Implementation

@override
bool hasPack(String key) => _packs.containsKey(key);