UnlinkPersonaResponse constructor

UnlinkPersonaResponse({
  1. bool? unlinked,
})

Implementation

UnlinkPersonaResponse({
  this.unlinked,
});