Map<String, dynamic> toJson() => { "id": id, "username": username, "avatar": avatar ?? "", "phone": phone, "token": token ?? "", };