menu
finch package
documentation
finch_app.dart
FinchApp
crons property
crons property
dark_mode
light_mode
crons
property
List
<
FinchCron
>
crons
final
A list of
FinchCron
instances representing scheduled tasks.
Implementation
final List<FinchCron> crons = [];
finch package
documentation
finch_app
FinchApp
crons property
FinchApp class