InstanceIdentity constructor

InstanceIdentity({
  1. String? document,
  2. String? signature,
})

Implementation

InstanceIdentity({
  this.document,
  this.signature,
});