Person constructor
- String? personId,
- String? accessToken,
- AuthenticationConfidenceLevel? authenticationConfidenceLevel,
Implementation
const Person({
this.personId,
this.accessToken,
this.authenticationConfidenceLevel,
});
const Person({
this.personId,
this.accessToken,
this.authenticationConfidenceLevel,
});