repeat constructor

repeat()

Implementation

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