ResetPersonaResponse constructor

ResetPersonaResponse({
  1. bool? unlinked,
})

Implementation

ResetPersonaResponse({
  this.unlinked,
});