parent property

The reference to the parent location of this reference. It is null in case of root StorageReference.

Implementation

StorageReference get parent => StorageReference.getInstance(jsObject.parent);