listValue property

List get listValue

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

Implementation

List<dynamic> get listValue {
  return list ?? [];
}