parent property

StorageRef get parent

Implementation

StorageRef get parent {
  return StorageRef.withReference(
      _ref_windows != null ? _ref_windows!.parent : _ref_original!.parent);
}