isSoldOut property

bool isSoldOut

Implementation

bool get isSoldOut => nextTime == null || nextTime! <= 0;