GamesAchievementSetStepsAtLeast.fromJson constructor

GamesAchievementSetStepsAtLeast.fromJson(
  1. Map json_
)

Implementation

GamesAchievementSetStepsAtLeast.fromJson(core.Map json_)
  : this(
      kind: json_['kind'] as core.String?,
      steps: json_['steps'] as core.int?,
    );