UserDTO constructor
UserDTO({})
Implementation
UserDTO(
{this.links,
this.accountId,
bool? active,
this.displayName,
this.emailAddress,
this.key,
this.name,
this.timeZone})
: active = active ?? false;