RemoteNode constructor

RemoteNode(
  1. String remotePath
)

Implementation

RemoteNode(this.remotePath) {
  _getRawName();
}