targetRefPath property

String targetRefPath

this will return the folder path that this storage bucket ref model targets

Implementation

String get targetRefPath {
  return subRef == null ? folderPath : '${folderPath.strip('/')}/${subRef!}';
}