GetLoginProfileResponse constructor
GetLoginProfileResponse({
- required LoginProfile loginProfile,
Implementation
GetLoginProfileResponse({
required this.loginProfile,
});
GetLoginProfileResponse({
required this.loginProfile,
});