isSpecial property

bool isSpecial

true if this is the Special-purpose IDs.

Implementation

bool get isSpecial => timestamp == 0 || timestamp == (_int48Max - 1);