empty constant

PackageConfig const empty

An empty package configuration.

A package configuration with no available packages. Is used as a default value where a package configuration is expected, but none have been specified or found.

Implementation

static const PackageConfig empty = SimplePackageConfig.empty();