TextContent constructor

TextContent({
  1. Map<String, List>? lists,
  2. List<TextElement>? textElements,
})

Implementation

TextContent({this.lists, this.textElements});