menu
Dart
dart:mirrors
TypeMirror
isSubtypeOf abstract method
isSubtypeOf
dark_mode
light_mode
描述
isSubtypeOf
抽象方法
bool
isSubtypeOf
(
TypeMirror
other
)
检查子类型关系,由语言规范中的
<:
表示。
这是在
is
测试检查中使用的类型关系。
实现
bool isSubtypeOf(TypeMirror other);
Dart
dart:mirrors
TypeMirror
isSubtypeOf 抽象方法
TypeMirror 类
Cookie 管理控制