RetryContext constructor
const
RetryContext({
- required String baseUrl,
- required String path,
- required YKNetworkingMethod method,
- YKNetworkingContentType? contentType,
- Map<
String, dynamic> params = const {},
Implementation
const RetryContext({
required this.baseUrl,
required this.path,
required this.method,
this.contentType,
this.params = const {},
});