InternalChecker constructor

InternalChecker({
  1. String? displayName,
  2. String? gcpZone,
  3. String? name,
  4. String? network,
  5. String? peerProjectId,
  6. String? state,
})

Implementation

InternalChecker({
  this.displayName,
  this.gcpZone,
  this.name,
  this.network,
  this.peerProjectId,
  this.state,
});