isExpired property

bool get isExpired

토큰이 만료된 경우인지 확인

Implementation

bool get isExpired => code == ErrorCodes.tokenExpired;