AuthInfo constructor

AuthInfo(
  1. {required String host,
  2. required String username,
  3. required String password}
)

Implementation

AuthInfo