FixedStringConnectionAuth constructor

FixedStringConnectionAuth({
  1. required String password,
})

Implementation

FixedStringConnectionAuth({required String password}) : _password = password;