runAfter property

Set<String> get runAfter

Names of plugins that must run before this one.

Declares: "These plugins must run before me."

Implementation

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