isSubclassOf 抽象方法

bool isSubclassOf(
  1. ClassMirror other
)

返回当前类的镜像表示是否为传入参数类的子类。

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

实现

bool isSubclassOf(ClassMirror other);