hasInheritedClasses method

bool hasInheritedClasses()

Implementation

bool hasInheritedClasses() {
  return childClasses.isNotEmpty;
}