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