CancelledException constructor

CancelledException({
  1. required String message,
})

Implementation

CancelledException({required this.message});