factory ZegoUIKitUser.fromJson(Map<String, dynamic> json) { return ZegoUIKitUser( id: json['id'], name: json['name'], ); }