getParent method
Gets the parent entity of entity
. Returns null if the entity has no parent.
Implementation
@override
Future<ThermionEntity?> getParent(ThermionEntity child) {
// TODO: implement getParent
throw UnimplementedError();
}
Gets the parent entity of entity
. Returns null if the entity has no parent.
@override
Future<ThermionEntity?> getParent(ThermionEntity child) {
// TODO: implement getParent
throw UnimplementedError();
}