getClass method
Gets a class from the module.
Implementation
PythonClassInterface<PythonFfiDelegate<Object?>, Object?> getClass(
String className,
List<Object?> args, [
Map<String, Object?>? kwargs,
]) =>
_moduleDelegate.getClass(className, args, kwargs);