toMap method

Map toMap(
  1. dynamic json
)

Implementation

Map toMap(json) => jsonDecode(json);