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;