takewhile constructor

takewhile()

Implementation

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