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