EpubFile constructor

EpubFile({
  1. required String name,
  2. required String type,
  3. required String path,
})

Implementation

EpubFile({required this.name, required this.type, required this.path});