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