MythicKeystoneAffixesIndexResponse.fromRawJson constructor
MythicKeystoneAffixesIndexResponse.fromRawJson(
- String str
Creates an instance of MythicKeystoneAffixesIndexResponse from a raw JSON string.
Implementation
factory MythicKeystoneAffixesIndexResponse.fromRawJson(String str) =>
MythicKeystoneAffixesIndexResponse.fromJson(json.decode(str));