toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (data != null) 'data': data!,
if (fcmOptions != null) 'fcmOptions': fcmOptions!,
if (headers != null) 'headers': headers!,
if (notification != null) 'notification': notification!,
};