typeArguments 属性

List<Type> typeArguments

调用类型参数的不可修改视图。

如果成员是获取器、设置器或操作符,则类型参数列表始终为空。

实现

List<Type> get typeArguments => const <Type>[];