GetProfileResponse constructor
GetProfileResponse({})
Implementation
GetProfileResponse(
{required this.id,
required this.email,
required this.username,
required this.firstName,
required this.lastName,
required this.name,
required this.sipAccount});