ProLibrary constructor

ProLibrary(
  1. ProLegacyClient parent, {
  2. required String path,
  3. required String name,
})

Implementation

ProLibrary(this.parent, {required this.path, required this.name});