UserProxyGetResponse constructor
UserProxyGetResponse({})
Returns a new UserProxyGetResponse instance.
Implementation
UserProxyGetResponse({
required this.userId,
required this.username,
required this.email,
required this.active,
required this.edxData,
required this.data,
});