UserModel constructor
UserModel({})
Constructs a UserModel instance for login or authentication tracking.
Implementation
UserModel({
this.id,
this.email,
this.password,
this.token,
this.data,
this.roles,
this.created,
this.modified,
});