content property
The reasoning content that was generated.
Contains a list of content parts that make up the reasoning. Each item can be of various types (text, image, file, etc.) based on the model's reasoning output.
Implementation
final List<Map<String, dynamic>>? content;