isNavigateBack property
@doc Whether to navigate back.
Implementation
@$pb.TagNumber(4)
$core.bool get isNavigateBack => $_getBF(3);
Implementation
@$pb.TagNumber(4)
set isNavigateBack($core.bool value) => $_setBool(3, value);
@doc Whether to navigate back.
@$pb.TagNumber(4)
$core.bool get isNavigateBack => $_getBF(3);
@$pb.TagNumber(4)
set isNavigateBack($core.bool value) => $_setBool(3, value);