operator [] abstract method

Package? operator [](
  1. String packageName
)

Look up a package by name.

Returns the Package fron packages with packageName as Package.name. Returns null if the package is not available in the current configuration.

Implementation

Package? operator [](String packageName);