allowedOutputs property

Iterable<AssetId> get allowedOutputs

Assets that are allowed to be written by this build step.

These are determined by the buildExtensions of the Builder running in this step; see that API in Builder for more information.

Implementation

Iterable<AssetId> get allowedOutputs;