newInstance method
Instantiates a new PythonClass from this class definition.
Implementation
PythonClassInterface<PythonFfiDelegate<Object?>, Object?> newInstance(
List<Object?> args, [
Map<String, Object?>? kwargs,
]) =>
_classDefinitionDelegate.newInstance(args, kwargs);