FilePickerConfig constructor

FilePickerConfig({
  1. int? maxCount,
})

Implementation

FilePickerConfig({
  this.maxCount,
});