AppShell Overview
menu
flutter_profile
flutter_profile.dart
User
lastName property
lastName
dark_mode
light_mode
lastName
property
String
?
lastName
getter/setter pair
The last name of the user.
Implementation
String? lastName;
flutter_profile
flutter_profile
User
lastName property
User class