isAuthenticated property Null safety

bool isAuthenticated

Is the user authenticated

Implementation

bool get isAuthenticated => token.isSuccessful;