CancelledRequestException constructor

const CancelledRequestException([
  1. String? message
])

Implementation

const CancelledRequestException([String? message]) : super(message);