menu
flutter_chunked_upload package
documentation
models/upload_job.dart
UploadJob
maxRetries property
maxRetries property
dark_mode
light_mode
maxRetries
property
@HiveField.new(6)
int
maxRetries
getter/setter pair
Maximum number of retry attempts before marking as failed
Implementation
@HiveField(6) int maxRetries = 3;
flutter_chunked_upload package
documentation
models/upload_job
UploadJob
maxRetries property
UploadJob class