DeviceFile constructor

DeviceFile({
  1. ObbFile? obbFile,
  2. RegularFile? regularFile,
})

Implementation

DeviceFile({
  this.obbFile,
  this.regularFile,
});