asBool method

bool asBool()
override

尝试转换成 bool

Implementation

bool asBool() => RustLib.instance.api.crateApiPythonPyObjectWrapperAsBool(
      that: this,
    );