toJson method
Implementation
Map<String, dynamic> toJson() => {
'after_open': afterOpen,
'ticker': ticker,
'custom': custom,
'url': url,
'activity': activity,
'title': title,
'play_sound': playSound,
'play_lights': playLights,
'play_vibrate': playVibrate,
'text': text,
};