menu
Dart
dart:core
Invocation
typeArguments property
typeArguments
dark_mode
light_mode
描述
typeArguments
属性
List
<
Type
>
typeArguments
对调用类型参数的一个不可修改的视图。
如果成员是获取器、设置器或运算符,类型参数列表始终为空。
实现
List<Type> get typeArguments => const <Type>[];
Dart
dart:core
Invocation
typeArguments属性
Invocation类
Cookie管理控制