dart / 2 / dart-mirrors / classmirror / issubclassof.html

isSubclassOf method

bool isSubclassOf(
  1. ClassMirror other
)

Returns whether the class denoted by the receiver is a subclass of the class denoted by the argument.

Note that the subclass relationship is reflexive.

Implementation

bool isSubclassOf(ClassMirror other);

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-mirrors/ClassMirror/isSubclassOf.html