getParent abstract method

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

Gets the parent entity of entity. Returns null if the entity has no parent.

Implementation

Future<ThermionEntity?> getParent(ThermionEntity entity);