User constructor

User({
  1. String? userName,
  2. String? password,
})

Implementation

User({this.userName, this.password});