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