HttpClientBasicCredentials constructor

HttpClientBasicCredentials(String username, String password)

Implementation

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