menu
littlefish_core package
documentation
auth/models/auth_user.dart
AuthUser<T>
fullName property
fullName property
dark_mode
light_mode
fullName
property
String
get
fullName
Implementation
String get fullName => '$firstName $lastName';
littlefish_core package
documentation
auth/models/auth_user
AuthUser<T>
fullName property
AuthUser class