groupOwner property

NopRoute? get groupOwner

Implementation

NopRoute? get groupOwner {
  return _owner ??= groupOwnerLate?.call();
}