AppHub constructor

AppHub({
  1. AppHubApplication? application,
  2. AppHubService? service,
  3. AppHubWorkload? workload,
})

Implementation

AppHub({this.application, this.service, this.workload});