Spell.fromRawJson constructor

Spell.fromRawJson(
  1. String str
)

Implementation

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