toList method

List<Map> toList(
  1. dynamic json
)

Implementation

List<Map> toList(json) => List<Map>.from(jsonDecode(json));