LinkPersonaResponse constructor

LinkPersonaResponse({
  1. String? state,
})

Implementation

LinkPersonaResponse({
  this.state,
});