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