Community constructor
Community({})
Implementation
Community({
required this.id,
required this.name,
required this.slug,
this.description,
this.bannerImage,
this.isActive,
this.allowPosts,
this.moderatePosts,
this.app,
this.createdAt,
this.updatedAt,
});