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