UserInfo constructor
const
UserInfo({})
Implementation
const UserInfo({
required this.id,
required this.userId,
required this.username,
required this.businessUnitId,
required this.keyHash,
required this.status,
required this.deleted,
required this.role,
required this.createdAt,
this.updatedAt,
});