NiceUploadedFile constructor

const NiceUploadedFile({
  1. required String name,
  2. int? size,
  3. String? path,
})

Implementation

const NiceUploadedFile({required this.name, this.size, this.path});