CancelToken constructor Null safety

CancelToken(
  1. [bool _isCancelled(
      )?]
    )

    Implementation

    CancelToken([this._isCancelled]);