hoist property Null safety

bool hoist

Whether to hoist the build output.

Hoisted outputs will not contain the build target folder within their path.

For example hoisting the build target web:

Implementation

bool get hoist;