toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (category != null) 'category': category!,
if (experiencePoints != null) 'experiencePoints': experiencePoints!,
if (kind != null) 'kind': kind!,
};