Record constructor
Record({})
Implementation
Record({
this.id,
this.role,
this.username,
this.dateFormat,
this.timezone,
this.schName,
this.currencySymbol,
this.language,
this.isRtl,
this.theme,
this.image,
this.startWeek,
this.parentChilds,
});