SimpleTextModel constructor
SimpleTextModel({})
Implementation
SimpleTextModel({
required this.documentID,
required this.appId,
this.description,
this.title,
this.text,
this.conditions,
this.textAlign,
});