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