CancelledException constructor

CancelledException(
  1. String message, [
  2. Uri? uri
])

Implementation

CancelledException(super.message, [super.uri]);