toJson method
Implementation
Map<String, dynamic> toJson() => {
"config": config?.toJson(),
"isExisting": isExisting,
"isProfileUpdated": isProfileUpdated,
"message": message,
"newLogin": newLogin,
"password": password,
"token": token,
"username": username,
};