sourcePath property

String get sourcePath

The source path of the entry to be moved into a new place.

Implementation

String get sourcePath => _wrapped.sourcePath;
set sourcePath (String v)

Implementation

set sourcePath(String v) {
  _wrapped.sourcePath = v;
}