toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (featuredPart != null) 'featuredPart': featuredPart!,
      if (gaia != null) 'gaia': gaia!,
      if (id != null) 'id': id!,
      if (snippet != null) 'snippet': snippet!,
    };