toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (createTime != null) 'createTime': createTime!,
  if (eventId != null) 'eventId': eventId!,
  if (eventNotes != null) 'eventNotes': eventNotes!,
  if (jobEvent != null) 'jobEvent': jobEvent!,
  if (requestId != null) 'requestId': requestId!,
};