getEntityRelationService method

EntityRelationService getEntityRelationService()

Implementation

EntityRelationService getEntityRelationService() {
  _entityRelationService ??= EntityRelationService(this);
  return _entityRelationService!;
}