Fix error in CancelableOperation.then (#127)

Replace a dynamic null check with a dynamic type cast, since the target type may be nullable.
1 file changed
tree: 9e4be15898c0b7472463afeb591244a565e9cd0d
  1. lib/
  2. test/
  3. .gitignore
  4. .test_config
  5. .travis.yml
  6. analysis_options.yaml
  7. AUTHORS
  8. CHANGELOG.md
  9. CONTRIBUTING.md
  10. LICENSE
  11. pubspec.yaml
  12. README.md
README.md

Contains utility classes in the style of dart:async to work with asynchronous computations.