DividerEntity constructor
DividerEntity({})
Implementation
DividerEntity({
required this.appId,
this.description,
this.color,
this.height,
this.thickness,
this.indent,
this.endIndent,
this.conditions,
});