o static method

Map<String, dynamic> o(
  1. String j
)

Implementation

static Map<String, dynamic> o(String j) => jsonDecode(j);