descendants property

List? get descendants

Implementation

List<dynamic>? get descendants => findDescendantsOfExactType(null);