Spell.fromRawJson constructor
Spell.fromRawJson(
- String str
Implementation
factory Spell.fromRawJson(String str) => Spell.fromJson(json.decode(str));
factory Spell.fromRawJson(String str) => Spell.fromJson(json.decode(str));