AuthInfo constructor

AuthInfo({
  1. String username = '',
  2. String password = '',
  3. String authString = '',
})

Implementation

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