XFileWithId constructor

XFileWithId({
  1. required int? imageId,
  2. required XFile file,
})

Implementation

XFileWithId({required this.imageId, required this.file});