TextContent constructor
TextContent({
- Map<
String, List> ? lists, - List<
TextElement> ? textElements,
Implementation
TextContent({
this.lists,
this.textElements,
});