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