UndefinedEnvironmentName constructor

UndefinedEnvironmentName()

Implementation

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