AchievementRevealResponse.fromJson constructor

AchievementRevealResponse.fromJson(
  1. Map json_
)

Implementation

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