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