relativeTo property

String? relativeTo
final

Optional parameter to share the parent path of the directory

Example:

final relativeTo = '/Users/Local/Dev'

Implementation

final String? relativeTo;