ancestorIds property

  1. @Deprecated('Use ancestorIdsUpstream or ancestorIdsDownstream')
  2. @nonVirtual
Iterable<I> ancestorIds

All parents' IDs.

Implementation

@Deprecated('Use ancestorIdsUpstream or ancestorIdsDownstream')
@nonVirtual
Iterable<I> get ancestorIds =>
    throw Exception('Use ancestorIdsUpstream or ancestorIdsDownstream');