asInt method

PlatformInt64 asInt()
override

尝试转换成 i64

Implementation

PlatformInt64 asInt() =>
    RustLib.instance.api.crateApiPythonPyObjectWrapperAsInt(
      that: this,
    );