permutations constructor

permutations()

Implementation

factory permutations() => PythonFfiDart.instance.importClass(
      "packaging.specifiers",
      "permutations",
      permutations.from,
      <Object?>[],
    );