InstanceReference constructor

InstanceReference({
  1. String? instanceId,
  2. String? instanceName,
  3. String? publicEciesKey,
  4. String? publicKey,
})

Implementation

InstanceReference({
  this.instanceId,
  this.instanceName,
  this.publicEciesKey,
  this.publicKey,
});