Monster.fromRawJson constructor

Monster.fromRawJson(
  1. String str
)

Implementation

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