TextContent constructor

TextContent({
  1. required String text,
  2. Annotations? annotations,
  3. AcpJsonObject? meta,
})

Creates a TextContent value.

Implementation

TextContent({required this.text, this.annotations, this.meta});