shouldScheduleDistillation property

bool get shouldScheduleDistillation

Implementation

bool get shouldScheduleDistillation =>
    distillationFactor != null && distillationFactor! > 1 && chunkCount > 1;