toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (P_context != null) '@context': P_context!,
  if (P_type != null) '@type': P_type!,
  if (itemListElement != null) 'itemListElement': itemListElement!,
};