disposing property

bool disposing
getter/setter pair

Used because cancelling a future returns a Future and we want to drop any updates while we're disposing.

Implementation

bool disposing = false;