Data constructor
Data({})
Implementation
Data({
this.config,
this.isExisting,
this.isProfileUpdated,
this.message,
this.newLogin,
this.password,
this.token,
this.username,
});
Data({
this.config,
this.isExisting,
this.isProfileUpdated,
this.message,
this.newLogin,
this.password,
this.token,
this.username,
});