ReasoningSummary constructor

const ReasoningSummary({
  1. required String text,
})

Implementation

const ReasoningSummary({required this.text});