LackOffBean constructor
LackOffBean({})
Implementation
LackOffBean({
required this.logType,
required this.logTitle,
required this.logDetail,
required this.date,
this.updated = 'false',
});
LackOffBean({
required this.logType,
required this.logTitle,
required this.logDetail,
required this.date,
this.updated = 'false',
});