allowBack property

  1. @TagNumber(2)
bool get allowBack

@doc Whether to allow back navigation.

Implementation

@$pb.TagNumber(2)
$core.bool get allowBack => $_getBF(1);
  1. @TagNumber(2)
set allowBack (bool value)

Implementation

@$pb.TagNumber(2)
set allowBack($core.bool value) => $_setBool(1, value);