toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (dataRange != null) 'dataRange': dataRange!,
  if (format != null) 'format': format!,
  if (sendNotification != null) 'sendNotification': sendNotification!,
  if (shareEmailAddress != null) 'shareEmailAddress': shareEmailAddress!,
  if (title != null) 'title': title!,
};