GenerateContentReasoning constructor

GenerateContentReasoning({
  1. required String text,
  2. Map<String, dynamic>? providerMetadata,
})

Implementation

GenerateContentReasoning({required this.text, this.providerMetadata});