Parameter.from constructor

Parameter.from(
  1. PythonClassInterface<PythonFfiDelegate<Object?>, Object?> classDelegate
)

Wraps a Python object with the Parameter class definition.

Implementation

Parameter.from(super.classDelegate) : super.from();