items property

Objects in this directory. You can call getMetadata() and getDownloadUrl() on them.

Implementation

List<StorageReference> get items => jsObject.items
    .map((dynamic data) => StorageReference._fromJsObject(data))
    .toList();