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