toListMap static method

List toListMap(
  1. String value
)

Implementation

static List<dynamic> toListMap(String value) => formatJson(value);