SessionMessageBlock constructor

const SessionMessageBlock({
  1. required String type,
  2. String? text,
  3. String? toolName,
})

Implementation

const SessionMessageBlock({required this.type, this.text, this.toolName});