Signature.from constructor

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

Wraps a Python object with the Signature class definition.

Implementation

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