TextContent constructor
TextContent({
- required String text,
- Annotations? annotations,
- AcpJsonObject? meta,
Creates a TextContent value.
Implementation
TextContent({required this.text, this.annotations, this.meta});