cancellationRequested property
Identifies whether the user has requested cancellation of the operation.
Implementation
@$pb.TagNumber(4)
$core.bool get cancellationRequested => $_getBF(3);
Implementation
@$pb.TagNumber(4)
set cancellationRequested($core.bool value) => $_setBool(3, value);