AppHub constructor
AppHub({
- AppHubApplication? application,
- AppHubService? service,
- AppHubWorkload? workload,
Implementation
AppHub({this.application, this.service, this.workload});