username property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
Username of the account that is being verified.
Deprecated. Customers should now provide the account_id
field in
event.user_info
.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.String? username;