NoticeModel
data class NoticeModel(val title: String? = null, val body: String? = null, val link: String? = null, val sender: String? = null, val path: String? = null, val created: Long? = null) : Parcelable
Model class to get notices from firestore