HttpClientBasicCredentials(String username, String password)

Source

factory HttpClientBasicCredentials(String username, String password) =>
    new _HttpClientBasicCredentials(username, password);