const factory FriendEventData({ @JsonKey() List<Map<String, dynamic>>? friendList, @JsonKey() int? totalCount, }) = _FriendEventData;