isVIP property

bool isVIP

is battle pass active

Implementation

bool get isVIP => stats["book_purchased"] ?? false;