PyPath constructor

PyPath({
  1. required String home,
  2. required String libPath,
  3. required String sitePackages,
})

Implementation

PyPath(
    {required this.home, required this.libPath, required this.sitePackages});