list<T> method

  1. @Deprecated('没什么用')
List<T> list<T>()

Implementation

@Deprecated('没什么用')
List<T> list<T>() {
  return (this as List).cast<T>();
}