Connector constructor

Connector({
  1. DateTime? associatedOn,
  2. List<ConnectorCapability>? capabilityList,
  3. String? connectorId,
  4. String? ipAddress,
  5. String? macAddress,
  6. ConnectorStatus? status,
  7. String? version,
  8. String? vmManagerId,
  9. String? vmManagerName,
  10. VmManagerType? vmManagerType,
})

Implementation

Connector({
  this.associatedOn,
  this.capabilityList,
  this.connectorId,
  this.ipAddress,
  this.macAddress,
  this.status,
  this.version,
  this.vmManagerId,
  this.vmManagerName,
  this.vmManagerType,
});