toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final P_context = this.P_context;
final P_type = this.P_type;
final itemListElement = this.itemListElement;
return {
'@context': ?P_context,
'@type': ?P_type,
'itemListElement': ?itemListElement,
};
}