SessionEndInput constructor
const
SessionEndInput({})
Implementation
const SessionEndInput({
required super.timestamp,
required super.cwd,
required this.reason,
this.finalMessage,
this.error,
});
const SessionEndInput({
required super.timestamp,
required super.cwd,
required this.reason,
this.finalMessage,
this.error,
});