Edge constructor

Edge(
  1. String name,
  2. String type,
  3. String routingKey,
  4. String secret,
  5. String edgeLicenseKey,
  6. String cloudEndpoint,
)

Implementation

Edge(this.name, this.type, this.routingKey, this.secret, this.edgeLicenseKey,
    this.cloudEndpoint);