cycle constructor

cycle()

Implementation

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