etagsLists property Null safety

List<List> etagsLists
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;