decode static method

dynamic decode(
  1. String json
)

Implementation

static dynamic decode(String json) {
  return jsonDecode(json);
}