getAncestor abstract method

Future<ThermionEntity?> getAncestor(
  1. ThermionEntity entity
)

Gets the ancestor (ultimate parent) entity of entity. Returns null if the entity has no parent.

Implementation

Future<ThermionEntity?> getAncestor(ThermionEntity entity);