toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final body = this.body;
final bodyLocArgs = this.bodyLocArgs;
final bodyLocKey = this.bodyLocKey;
final bypassProxyNotification = this.bypassProxyNotification;
final channelId = this.channelId;
final clickAction = this.clickAction;
final color = this.color;
final defaultLightSettings = this.defaultLightSettings;
final defaultSound = this.defaultSound;
final defaultVibrateTimings = this.defaultVibrateTimings;
final eventTime = this.eventTime;
final icon = this.icon;
final image = this.image;
final lightSettings = this.lightSettings;
final localOnly = this.localOnly;
final notificationCount = this.notificationCount;
final notificationPriority = this.notificationPriority;
final proxy = this.proxy;
final sound = this.sound;
final sticky = this.sticky;
final tag = this.tag;
final ticker = this.ticker;
final title = this.title;
final titleLocArgs = this.titleLocArgs;
final titleLocKey = this.titleLocKey;
final vibrateTimings = this.vibrateTimings;
final visibility = this.visibility;
return {
'body': ?body,
'bodyLocArgs': ?bodyLocArgs,
'bodyLocKey': ?bodyLocKey,
'bypassProxyNotification': ?bypassProxyNotification,
'channelId': ?channelId,
'clickAction': ?clickAction,
'color': ?color,
'defaultLightSettings': ?defaultLightSettings,
'defaultSound': ?defaultSound,
'defaultVibrateTimings': ?defaultVibrateTimings,
'eventTime': ?eventTime,
'icon': ?icon,
'image': ?image,
'lightSettings': ?lightSettings,
'localOnly': ?localOnly,
'notificationCount': ?notificationCount,
'notificationPriority': ?notificationPriority,
'proxy': ?proxy,
'sound': ?sound,
'sticky': ?sticky,
'tag': ?tag,
'ticker': ?ticker,
'title': ?title,
'titleLocArgs': ?titleLocArgs,
'titleLocKey': ?titleLocKey,
'vibrateTimings': ?vibrateTimings,
'visibility': ?visibility,
};
}