etagsLists property Null safety
read / write
This would contain the parts of the multipart uploads that have been completed If it is empty, the file does not have any of its parts uploaded.
Implementation
List<List<dynamic>> etagsLists;
This would contain the parts of the multipart uploads that have been completed If it is empty, the file does not have any of its parts uploaded.
List<List<dynamic>> etagsLists;