IosDeviceFile constructor
IosDeviceFile({
- String? bundleId,
- FileReference? content,
- String? devicePath,
Implementation
IosDeviceFile({this.bundleId, this.content, this.devicePath});