UFileManagerMoveParams constructor

UFileManagerMoveParams({
  1. required String path,
  2. String destination = "",
})

Implementation

UFileManagerMoveParams({required this.path, this.destination = ""});