NiceUserInfo constructor
Implementation
const NiceUserInfo({
required this.id,
required this.name,
this.subtitle,
this.avatar,
this.badge,
this.online = false,
this.data,
});
const NiceUserInfo({
required this.id,
required this.name,
this.subtitle,
this.avatar,
this.badge,
this.online = false,
this.data,
});