SenderProfile constructor
SenderProfile({})
Implementation
SenderProfile({
required this.id,
required this.avatar,
required this.firstName,
required this.middleName,
required this.lastName,
required this.nickName,
required this.userName,
});