menu
meshagent_flutter_auth package
documentation
shared_profiles_stub.dart
SharedProfileInfo
SharedProfileInfo.new const constructor
SharedProfileInfo.new const constructor
dark_mode
light_mode
SharedProfileInfo
constructor
const
SharedProfileInfo
(
{
required
String
id
,
String
?
firstName
,
String
?
lastName
,
String
?
email
,
})
Implementation
const SharedProfileInfo({required this.id, this.firstName, this.lastName, this.email});
meshagent_flutter_auth package
documentation
shared_profiles_stub
SharedProfileInfo
SharedProfileInfo.new const constructor
SharedProfileInfo class