dependencies property

Set<Loader> get dependencies

Define other loaders that the Loader depends on.

The dependent loader will load data before the current Loader, and the fallback behavior will also be after the current Loader.

Implementation

Set<Loader> get dependencies => const {};