AppHubApplication constructor

AppHubApplication({
  1. String? container,
  2. String? id,
  3. String? location,
})

Implementation

AppHubApplication({this.container, this.id, this.location});