toJson method
Implementation
Map toJson() => {
'isReplyAllowed' : isReplyAllowed,
'isCommentAllowed' : isCommentAllowed,
'isTicketUpdateAllowed' : isTicketUpdateAllowed,
'isCommentEditAllowed' : isCommentEditAllowed,
'isCommentDeleteAllowed' : isCommentDeleteAllowed,
'isAddTicketAllowed' : isAddTicketAllowed,
'isHappinessThreadAllowed' : isHappinessThreadAllowed,
'isTicketPropertiesAllowed' : isTicketPropertiesAllowed,
'isTicketChannelAllowed' : isTicketChannelAllowed,
'isTicketDetailSearchAllowed' : isTicketDetailSearchAllowed
};