AchievementSetStepsAtLeastResponse.fromJson constructor

AchievementSetStepsAtLeastResponse.fromJson(
  1. Map json_
)

Implementation

AchievementSetStepsAtLeastResponse.fromJson(core.Map json_)
    : this(
        currentSteps: json_['currentSteps'] as core.int?,
        kind: json_['kind'] as core.String?,
        newlyUnlocked: json_['newlyUnlocked'] as core.bool?,
      );