getEntityViewService method

EntityViewService getEntityViewService()

Implementation

EntityViewService getEntityViewService() {
  _entityViewService ??= EntityViewService(this);
  return _entityViewService!;
}