token property
String?
get
token
The JSON Web token that was sent with this response.
Implementation
String? get token => _token;
The JSON Web token that was sent with this response.
String? get token => _token;