app property

AppModule? app

Get the app module config.

Implementation

AppModule? get app {
  return AppScope.of(this).app;
}