MmHttpBasicAuthentication constructor

MmHttpBasicAuthentication({
  1. String username = '',
  2. String password = '',
})

Implementation

MmHttpBasicAuthentication({this.username = '', this.password = ''});