Cancelable constructor

Cancelable()

Cancelable Create instance.

Implementation

factory Cancelable() {
  return _Cancelable();
}