propertyList method
ObjCObjectBase
propertyList()
propertyList
Implementation
objc.ObjCObjectBase propertyList() {
final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_propertyList);
return objc.ObjCObjectBase(_ret, retain: true, release: true);
}