GetBlogsParticipant constructor
GetBlogsParticipant({})
Implementation
GetBlogsParticipant({
required this.id,
required this.email,
required this.name,
required this.avatar,
required this.uid,
required this.uidType,
required this.state,
});