AppHubService constructor

AppHubService({
  1. String? criticalityType,
  2. String? environmentType,
  3. String? id,
})

Implementation

AppHubService({this.criticalityType, this.environmentType, this.id});