AppHubService constructor

AppHubService({
  1. String? apphubService,
  2. String? criticality,
  3. String? environment,
})

Implementation

AppHubService({this.apphubService, this.criticality, this.environment});