toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (driveFile != null) 'driveFile': driveFile!,
  if (form != null) 'form': form!,
  if (gem != null) 'gem': gem!,
  if (link != null) 'link': link!,
  if (notebook != null) 'notebook': notebook!,
  if (youtubeVideo != null) 'youtubeVideo': youtubeVideo!,
};