runsBefore property
A set of builder keys that this builder should run before.
This is used to define the phases of the build process. Builders in a later phase will not start until all builders that should run before them have completed.
Implementation
@override
final Set<String> runsBefore;