Challenge.fromJson constructor
Challenge.fromJson(
- Map json_
Implementation
Challenge.fromJson(core.Map json_)
: this(challenge: json_['challenge'] as core.String?);
Challenge.fromJson(core.Map json_)
: this(challenge: json_['challenge'] as core.String?);