allowAppSystem method

bool allowAppSystem(
  1. App<T> owner,
  2. AppSystem<T> appSystem
)

Whether appSystem should be included in the clone of owner.

Implementation

bool allowAppSystem(App<T> owner, AppSystem<T> appSystem)
  => allow(.appSystem, owner: owner, payload: appSystem);