getChildEntityNames abstract method
List the name of all child entities under the given entity.
Implementation
Future<List<String>> getChildEntityNames(ThermionEntity entity,
{bool renderableOnly = true});
List the name of all child entities under the given entity.
Future<List<String>> getChildEntityNames(ThermionEntity entity,
{bool renderableOnly = true});