LocalSource constructor

const LocalSource({
  1. required List<String> paths,
})

Implementation

const LocalSource({required this.paths});