isCancellationRequested property

  1. @override
bool get isCancellationRequested
override

Returns true if any of inner tokens requested cancellation

Implementation

@override
bool get isCancellationRequested => this._isCancellationRequested;