firstParentOrSelf property

NopDependencies firstParentOrSelf

Implementation

NopDependencies get firstParentOrSelf {
  return firstParent ?? this;
}