PIITokenParams constructor
Implementation
const factory PIITokenParams({
/// Type of token.
@Default(TokenType.Pii) TokenType type,
/// The user's personal ID number
required String personalId,
}) = _PIITokenParams;
const factory PIITokenParams({
/// Type of token.
@Default(TokenType.Pii) TokenType type,
/// The user's personal ID number
required String personalId,
}) = _PIITokenParams;