TomussText constructor
- @MappableConstructor.new()
Implementation
@MappableConstructor()
TomussText({
required super.title,
required super.author,
required super.date,
required super.position,
this.value = "",
this.comment = "",
this.isValidText = false,
this.isHidden = false,
this.theId = "",
});