WrenType class abstract

Constructors

WrenType()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

WREN_TYPE_BOOL → const int
WREN_TYPE_FOREIGN → const int
WREN_TYPE_LIST → const int
WREN_TYPE_MAP → const int
WREN_TYPE_NULL → const int
WREN_TYPE_NUM → const int
WREN_TYPE_STRING → const int
WREN_TYPE_UNKNOWN → const int