toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'high_priority_event': highPriorityEvent,
      'fe_ts': feTs,
      '__planId__': planId,
      'source': source,
      'notify_foreground': notifyForeground,
      '__m_ts': mTs,
    };