SessionWarningEvent constructor
const
SessionWarningEvent({})
Implementation
const SessionWarningEvent({
required super.id,
required super.timestamp,
super.parentId,
super.ephemeral,
required this.warningType,
required this.message,
}) : super(type: 'session.warning');