listValue property

JSONArray get listValue

转换为一个默认为为空的Array类型

Implementation

JSONArray get listValue {
  return list ?? [];
}