decode static method

dynamic decode(
  1. String json
)

Implementation

static dynamic decode(String json) {
  return coder!.decode(json);
}