username property
String?
get
username
Username of the user or bot.
Implementation
String? get username => _webAppUser.username;
Username of the user or bot.
String? get username => _webAppUser.username;