cancelToken property

  1. @JsonKey(includeToJson: false, includeFromJson: false, fromJson: null, toJson: null)
CancelToken? cancelToken
inherited

Implementation

@JsonKey(
    includeToJson: false,
    includeFromJson: false,
    fromJson: null,
    toJson: null)
CancelToken? get cancelToken => throw _privateConstructorUsedError;