toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (content != null) 'content': content!,
if (importance != null) 'importance': importance!,
if (rubricId != null) 'rubricId': rubricId!,
if (type != null) 'type': type!,
};