Object class abstract

The base class for servants.

Implementers

Constructors

Object()

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

ice_id([Current? current]) String
ice_ids([Current? current]) List<String>
ice_isA(String s, [Current? current]) bool
ice_ping([Current? current]) → void
iceD_ice_id(Incoming incoming, Current current) bool
iceD_ice_ids(Incoming incoming, Current current) bool
iceD_ice_isA(Incoming incoming, Current current) bool
iceD_ice_ping(Incoming incoming, Current current) bool
iceDispatch(Incoming incoming, Current current) bool
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

Static Methods

ice_staticId() String