cancellable property

bool? cancellable
final

If true, the request that reports progress may be cancelled with a cancel request. So this property basically controls whether the client should use UX that supports cancellation. Clients that don't support cancellation are allowed to ignore the setting.

Implementation

final bool? cancellable;