GenerateServiceIdentityResponse constructor

GenerateServiceIdentityResponse({
  1. ServiceIdentity? identity,
})

Implementation

GenerateServiceIdentityResponse({
  this.identity,
});