loaderJobs property

Iterable<FastJob>? loaderJobs
finalinherited

A list of FastJob instances to be executed during the loading process of the application.

Implementation

final Iterable<FastJob>? loaderJobs;