pathSeparator property

String? get pathSeparator

Implementation

String? get pathSeparator => attributes['pathSeparator'];
set pathSeparator (String? value)

Implementation

set pathSeparator(String? value) => attributes['pathSeparator'] = value;