menu
minio_new package
documentation
models.dart
Progress
Progress constructor
Progress constructor
dark_mode
light_mode
Progress
constructor
Progress
(
int
?
bytesProcessed
,
int
?
bytesReturned
,
int
?
bytesScanned
)
Implementation
Progress( this.bytesProcessed, this.bytesReturned, this.bytesScanned, );
minio_new package
documentation
models
Progress
Progress constructor
Progress class