isSuccessful property Null safety
Is the current token for a successful authentication
Implementation
bool get isSuccessful => accessToken.isNotEmpty && message.isEmpty;
Is the current token for a successful authentication
bool get isSuccessful => accessToken.isNotEmpty && message.isEmpty;