arrayValue property

List<SDartJson> get arrayValue

Implementation

List<SDartJson> get arrayValue {
  return listValue.map((e) => SDartJson(e)).toList();
}