GestureArenaEntry class

An interface to pass information to an arena.

A given GestureArenaMember can have multiple entries in multiple arenas with different pointer ids.

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
resolve(GestureDisposition disposition) → void
Call this member to claim victory (with accepted) or admit defeat (with rejected).
toString() String
A string representation of this object.
inherited

Operators

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