credentials property Null safety
final
Basic authorization credentials, if provided.
If this instance represents the authorization header of a request with basic authorization credentials, the parsed credentials will be available in this property. Otherwise, this value is null.
Implementation
final AuthBasicCredentials? credentials;