GetIdResponse constructor

GetIdResponse({
  1. String? identityId,
})

Implementation

GetIdResponse({
  this.identityId,
});