LiteFile constructor
      
      LiteFile({ 
    
    
- XFile? xFile,
- PlatformFile? platformFile,
- String? userSetName,
Implementation
LiteFile({
  this.xFile,
  this.platformFile,
  this.userSetName,
}) {
  _updateFileInfo().then((value) {
    liteFormRebuildController.rebuild();
  });
}