delta property

int? delta
final

The navigation delta, if known (e.g. -1 for back, +1 for forward).

Some implementations may not be able to determine the delta.

Implementation

final int? delta;