canGoBack property

Computed<bool> canGoBack
latefinal

Implementation

late final canGoBack = Computed<bool>(
  () => navigationHistory.val.length > 1,
).bind(this);