User constructor
User({})
Implementation
User({
this.userId,
this.userKey,
this.teamId,
this.clientUserId,
this.createdOn,
this.connectedSources = const [],
});
User({
this.userId,
this.userKey,
this.teamId,
this.clientUserId,
this.createdOn,
this.connectedSources = const [],
});