SessionWorkspaceFileChangedEvent constructor
const
SessionWorkspaceFileChangedEvent({})
Implementation
const SessionWorkspaceFileChangedEvent({
required super.id,
required super.timestamp,
super.parentId,
super.ephemeral,
required this.path,
required this.operation,
}) : super(type: 'session.workspace_file_changed');