runBefore property

Set<String> get runBefore

Names of plugins that must run after this one.

Declares: "I must run before these plugins."

Implementation

Set<String> get runBefore => const {};