hasPackage method

bool hasPackage(
  1. String packageId
)

Implementation

bool hasPackage(String packageId) => packages.contains(packageId);