isForever property

bool get isForever

Returns true if the user is banned forever

Implementation

bool get isForever => untilDate == 0;