ListElement.fromJson constructor

ListElement.fromJson(
  1. String str
)

Implementation

factory ListElement.fromJson(String str) => ListElement.fromMap(json.decode(str));