Creates a new UserInfo instance.
Both uuid and name are required.
uuid
name
const UserInfo({ required this.uuid, required this.name, });