PlatformFileData constructor

PlatformFileData({
  1. required String name,
  2. File? file,
  3. Uint8List? bytes,
})

Implementation

PlatformFileData({required this.name, this.file, this.bytes});