Map<String, dynamic> get toMap => { 'cancelError': cancelError?.toMap, 'isCancelled': isCancelled, 'requestOptions': requestOptions?.toMap, };