@doc Whether to allow back navigation.
@$pb.TagNumber(2) $core.bool get allowBack => $_getBF(1);
@$pb.TagNumber(2) set allowBack($core.bool value) => $_setBool(1, value);