MythicKeystoneAffixesIndexResponse.fromRawJson constructor

MythicKeystoneAffixesIndexResponse.fromRawJson(
  1. String str
)

Creates an instance of MythicKeystoneAffixesIndexResponse from a raw JSON string.

Implementation

factory MythicKeystoneAffixesIndexResponse.fromRawJson(String str) =>
    MythicKeystoneAffixesIndexResponse.fromJson(json.decode(str));