UserModel constructor

UserModel({
  1. String? token,
  2. String? userId,
  3. String? email,
})

Implementation

UserModel({this.token, this.userId, this.email});