listSupported 属性

  1. @已弃用("listSupported 总是 true.")
bool listSupported

是否支持 list 方法。

Dart 所支持的所有平台上都支持 list 方法,因此此属性始终为 true。

实现

@Deprecated("listSupported is always true.")
external static bool get listSupported;