DeterminedApp constructor

DeterminedApp(
  1. AppModel app,
  2. PageModel? homePage
)

Implementation

DeterminedApp(this.app, this.homePage);