AppShell Overview
menu
flutter_user
flutter_user.dart
User
displayName property
displayName
dark_mode
light_mode
displayName
property
String
displayName
Implementation
String
get
displayName =>
'
${firstName ??
''
}
${lastName ??
''
}
'
;
flutter_user
flutter_user
User
displayName property
User class