lastChildOrSelf property

NopDependencies lastChildOrSelf

Implementation

NopDependencies get lastChildOrSelf {
  return lastChild ?? this;
}