ZipRequestError constructor
ZipRequestError({
- required int index,
- String? tag,
- required dynamic error,
- StackTrace? stackTrace,
Implementation
ZipRequestError({
required this.index,
this.tag,
required this.error,
this.stackTrace,
});