RegisterModel constructor
Initializes a new instance of the RegisterModel class.
Implementation
RegisterModel({
this.userJid,
this.data,
this.isNewUser,
this.message,
});
Initializes a new instance of the RegisterModel class.
RegisterModel({
this.userJid,
this.data,
this.isNewUser,
this.message,
});