asPyInt property

Pointer<PyObject> asPyInt

Converts an int to a python int

Implementation

Pointer<PyObject> get asPyInt => dartpyc.PyLong_FromLong(this);