dynamic decode(String str)

Source

static dynamic decode(String str) {
  return instance.decodeJson(str);
}