parse static method

dynamic parse(
  1. String object
)

Implementation

static dynamic parse(String object) {
  return jsonDecode(object);
}