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