AchievementRevealResponse.fromJson constructor
AchievementRevealResponse.fromJson(
- Map json_
Implementation
AchievementRevealResponse.fromJson(core.Map json_)
: this(
currentState: json_['currentState'] as core.String?,
kind: json_['kind'] as core.String?,
);