HttpClientBasicCredentials constructor Null safety
Implementation
factory HttpClientBasicCredentials(String username, String password) =>
new _HttpClientBasicCredentials(username, password);
factory HttpClientBasicCredentials(String username, String password) =>
new _HttpClientBasicCredentials(username, password);