ifSelfCancel static method

bool ifSelfCancel(
  1. StreamSubscriptionUnit self
)

Implementation

static bool ifSelfCancel(StreamSubscriptionUnit self) => self._canceled;