toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final explanationSpec = this.explanationSpec;
final explanationType = this.explanationType;
return {
'explanationSpec': ?explanationSpec,
'explanationType': ?explanationType,
};
}