isSuccessful property Null safety

bool isSuccessful

Is the current token for a successful authentication

Implementation

bool get isSuccessful => accessToken.isNotEmpty && message.isEmpty;