ContactLink class
A link list of contacts.
Constructors
- ContactLink.new(Contact contact)
- A link list of contacts.
Properties
- body ↔ RigidBody?
-
The other rigid body.
getter/setter pair
- contact ↔ Contact
-
The contact of the link.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- next ↔ ContactLink?
-
The next contact link.
getter/setter pair
- prev ↔ ContactLink?
-
The previous contact link.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shape ↔ Shape?
-
The shape of the contact.
getter/setter pair
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