finished property

bool get finished

Implementation

bool get finished =>
    _lifeTime >= totalCharTime + (_boxConfig.dismissDelay ?? 0);