asRepr method

String asRepr()
override

对应 Python: repr(self)

Implementation

String asRepr() => RustLib.instance.api.crateApiPythonPyObjectWrapperAsRepr(
      that: this,
    );