AuthToken.empty constructor Null safety
- [String message = '']
Empty token used before any authentication has ocurred
Implementation
AuthToken.empty([this.message = ''])
: accessToken = '',
tokenType = '',
expiresIn = '';
Empty token used before any authentication has ocurred
AuthToken.empty([this.message = ''])
: accessToken = '',
tokenType = '',
expiresIn = '';