jsonToList method

List jsonToList()

Decode string as a json map.

Implementation

List jsonToList() {
  return jsonDecode(this) as List;
}