MoveDirectoryRequest constructor

MoveDirectoryRequest({
  1. String? newPath,
  2. String? path,
})

Implementation

MoveDirectoryRequest({this.newPath, this.path});