API documentation
abstract openfl.utils.Object(ObjectType) from ObjectType
Available on all platforms
function new(): Object
function hasOwnProperty(name:String): Bool
function isPrototypeOf(theClass:Class<Dynamic>): Bool
function propertyIsEnumerable(name:String): Bool
function toLocaleString(): String
function toString(): String
function valueOf(): Object