toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (buganizerNotification != null)
'buganizerNotification': buganizerNotification!,
if (emailAddress != null) 'emailAddress': emailAddress!,
if (escalatorQueue != null) 'escalatorQueue': escalatorQueue!,
if (pubsubTopic != null) 'pubsubTopic': pubsubTopic!,
if (request != null) 'request': request!,
};