includeSubClasses property

Iterable<Type>? includeSubClasses
final

Specify additional subclasses of this class for polymorphism.

You only need to add subclasses here that are not in the same library as the superclass. All others are automatically included.

Implementation

final Iterable<Type>? includeSubClasses;