Users constructor
Users({})
Implementation
Users({
this.sId,
this.path,
this.displayName,
this.updatedAt,
this.createdAt,
this.userId,
this.roles,
this.flagCount,
});
Users({
this.sId,
this.path,
this.displayName,
this.updatedAt,
this.createdAt,
this.userId,
this.roles,
this.flagCount,
});