toJson method
Implementation
Map<String, dynamic> toJson() {
return {
'alsoPublishToEventListenerIOS': alsoPublishToEventListenerIOS,
'includeSuspendedAndroid': includeSuspendedAndroid,
'onlyIncludeActiveItemsIOS': onlyIncludeActiveItemsIOS,
};
}