IosDeviceFile constructor

IosDeviceFile({
  1. String? bundleId,
  2. FileReference? content,
  3. String? devicePath,
})

Implementation

IosDeviceFile({this.bundleId, this.content, this.devicePath});