ForkPoint constructor
const
ForkPoint({})
Implementation
const ForkPoint({
required this.parentSessionId,
required this.messageIndex,
required this.forkSessionId,
required this.forkedAt,
this.reason,
});
const ForkPoint({
required this.parentSessionId,
required this.messageIndex,
required this.forkSessionId,
required this.forkedAt,
this.reason,
});