User constructor

User(
  1. {String email,
  2. String rin,
  3. String userType,
  4. String name}
)

Implementation

User({this.email, this.rin, this.userType, this.name});