admin
2022-01-12 8327000a0cce5e47226372e0e25c1e6faec497e7
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;