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