lib/model/map/location_user_model.dart @@ -58,9 +58,10 @@ _userType = LocationUserType.other; break; } if (json['userInfo'] != null) { _userInfo = UserInfo.fromJson(json['userInfo']); } } String? _id; int? _targetUid;