LiteFile constructor

LiteFile({
  1. XFile? xFile,
  2. PlatformFile? platformFile,
})

Implementation

LiteFile({
  this.xFile,
  this.platformFile,
});