NormalizedMessage constructor
const
NormalizedMessage({})
Implementation
const NormalizedMessage({
required this.type,
required this.uuid,
required this.timestamp,
required this.message,
this.toolUseResult,
});