UserPassword constructor

UserPassword({
  1. String? password,
  2. String? user,
})

Implementation

UserPassword({this.password, this.user});