allowedGlobs property

List<String> allowedGlobs
final

The list of readable globs in the package dependency.

This includes public files like lib/ by default, but a package can choose to allow additional assets via a build.yaml file.

Implementation

final List<String> allowedGlobs;