ThinkingPart constructor

const ThinkingPart(
  1. String text
)

Creates a thinking part.

Implementation

const ThinkingPart(this.text);