Users constructor
Users({})
Implementation
Users(
{this.id,
this.createdAt,
this.email,
this.passwordChangedAt,
this.isGuest,
this.isTest,
this.type,
this.detail,
this.roles});
Users(
{this.id,
this.createdAt,
this.email,
this.passwordChangedAt,
this.isGuest,
this.isTest,
this.type,
this.detail,
this.roles});