isSubclassOf 抽象方法

bool isSubclassOf(
  1. ClassMirror other
)

返回接收者表示的类是否为参数表示的类的子类。

注意,子类关系是自反的。

实现

bool isSubclassOf(ClassMirror other);