AnthropicTextBlock constructor

AnthropicTextBlock({
  1. AnthropicCacheControl? cacheControl,
  2. String? text,
})

Implementation

AnthropicTextBlock({this.cacheControl, String? text}) : _text = text;