[Type] Object
Part of: mobl
Object is the super type of all other types in mobl. Similar to java.lang.Object in Java.
Instance methods
toString() : String
Returns a textual representation of this object.
Example:
obj.toString() // "[Object]"
 
