parse static method

dynamic parse(
  1. dynamic value
)

Implementation

static parse(value) {
  return json.decode(value);
}