initializer property

Initializer<PythonFfiDelegate<Object?>, Object?> initializer
finalinherited

The initializer for the python object. Gets invoked at the start of the constructor.

Implementation

final Initializer<P, R> initializer;