TextContent constructor
TextContent(
- String text
Creates a new TextContent with the given text.
Implementation
TextContent(this.text);
Creates a new TextContent with the given text.
TextContent(this.text);