jsonDecode static method

Map<String, dynamic> jsonDecode(
  1. String json
)

Implementation

static Map<String, dynamic> jsonDecode(String json) => c.jsonDecode(json);