menu
neo_concierge
app/modules/authentication/models/profile_model.dart
UserModel
fullName property
fullName
dark_mode
light_mode
fullName
property
String
fullName
Implementation
String get fullName => "${firstName ?? ''} ${lastName ?? ''}".trim();
neo_concierge
profile_model
UserModel
fullName property
UserModel class