lastName property
String?
get
lastName
Last name of the user or bot.
Implementation
String? get lastName => _webAppUser.last_name;
Last name of the user or bot.
String? get lastName => _webAppUser.last_name;