NiceAdminUser constructor
Implementation
const NiceAdminUser({
required this.id,
required this.name,
required this.email,
this.role = 'user',
this.active = true,
this.avatar,
this.lastLogin,
this.createdAt,
});
const NiceAdminUser({
required this.id,
required this.name,
required this.email,
this.role = 'user',
this.active = true,
this.avatar,
this.lastLogin,
this.createdAt,
});