hasRandomPeriod property
bool
get
hasRandomPeriod
Whether it is spawning components within a random time frame or at a static rate.
Implementation
bool get hasRandomPeriod => minPeriod != null;
Whether it is spawning components within a random time frame or at a static rate.
bool get hasRandomPeriod => minPeriod != null;