ancestors property

List? get ancestors

Implementation

List<dynamic>? get ancestors => findAncestorsOfExactType(null);