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