maxStatefulCycles property
int
get
maxStatefulCycles
The maximum number of cycles to run for stateful properties.
Implementation
static int get maxStatefulCycles => Settings.shared.maxStatefulCycles;
set
maxStatefulCycles
(int value)
Implementation
static set maxStatefulCycles(int value) =>
Settings.shared.maxStatefulCycles = value;