OpenFileDetails constructor

OpenFileDetails({
  1. String? command,
  2. String? filePath,
  3. String? fileType,
  4. String? user,
})

Implementation

OpenFileDetails({this.command, this.filePath, this.fileType, this.user});