NegativeInfinityType constructor

NegativeInfinityType()

Implementation

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