UserModel constructor
UserModel({})
Implementation
UserModel({
this.name = '',
this.id = '',
this.accountType = AccountType.none,
this.verified = false,
this.email = '',
this.imageUrl = '',
this.about = '',
});