Data constructor
Data({})
Initializes a new instance of the Data class.
Implementation
Data({
this.token,
this.username,
this.password,
this.isExisting,
this.isProfileUpdated,
this.config,
});
Initializes a new instance of the Data class.
Data({
this.token,
this.username,
this.password,
this.isExisting,
this.isProfileUpdated,
this.config,
});