origin property

List<KaiselOriginFrame> origin
final

App-code call frames behind the most recent transition (closest first), for the Transitions log — "who navigated". Empty in release, or when the change had no app call site (e.g. a system-back pop).

Implementation

final List<KaiselOriginFrame> origin;