ContentBlock constructor
const
ContentBlock({})
Implementation
const ContentBlock({
required this.type,
this.text,
this.id,
this.name,
this.toolUseId,
this.input,
this.content,
this.isError,
this.thinking,
this.data,
});