CollectiveNote constructor
CollectiveNote({})
Implementation
CollectiveNote({
this.id = '',
this.collectiveId = '',
this.title = '',
this.contentJson = '',
this.plainText = '',
this.createdBy = '',
this.lastEditedBy = '',
this.lastEditorName = '',
this.createdAt = 0,
this.updatedAt = 0,
this.isPinned = false,
this.emoji = '',
});