isForever property

bool get isForever

True if the restriction is forever

Implementation

bool get isForever => untilDate == 0;