ContactID class

Implemented types

Constructors

ContactID()
ContactID.copy(ContactID c)

Properties

hashCode int
The hash code for this object.
no setterinherited
indexA int
getter/setter pair
indexB int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeA int
getter/setter pair
typeB int
getter/setter pair

Methods

compareTo(ContactID o) int
Compares this object to another object.
override
flip() → void
getKey() int
isEqual(ContactID cid) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(ContactID c) → void
toString() String
A string representation of this object.
inherited
zero() → void
zeros out the data

Operators

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