DeviceFile constructor
DeviceFile({
- ObbFile? obbFile,
- RegularFile? regularFile,
Implementation
DeviceFile({
this.obbFile,
this.regularFile,
});
DeviceFile({
this.obbFile,
this.regularFile,
});