toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (description != null) 'description': description!,
if (id != null) 'id': id!,
if (levels != null) 'levels': levels!,
if (title != null) 'title': title!,
};