FileManagerTask constructor

FileManagerTask({
  1. String outputFile = "",
  2. bool isSuccess = false,
  3. String message = "",
})

Implementation

FileManagerTask({this.outputFile="",this.isSuccess=false,this.message=""});