getAncestor abstract method
Gets the ancestor (ultimate parent) entity of entity
. Returns null if the entity has no parent.
Implementation
Future<ThermionEntity?> getAncestor(ThermionEntity entity);
Gets the ancestor (ultimate parent) entity of entity
. Returns null if the entity has no parent.
Future<ThermionEntity?> getAncestor(ThermionEntity entity);