ProLibraryItem constructor

ProLibraryItem(
  1. ProLegacyClient parent, {
  2. required String path,
})

Implementation

ProLibraryItem(this.parent, {required this.path}) {
  name = path.split('/').last.replaceAll('.pro6', '');
}