isValidDelay property

bool get isValidDelay

✅ ADDED: Validate delay is not negative

Implementation

bool get isValidDelay => delay >= Duration.zero;