Spot class

Annotations
  • @JS()

Constructors

Spot([double x, double y, double offx, double offy])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
offsetX int
no setter
offsetY int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s bool
no setter
x int
no setter
y int
no setter

Methods

equals(Spot n) 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 Properties

bottom Spot
no setter
bottomLeft Spot
no setter
bottomRight Spot
no setter
bottomSide Spot
no setter
center Spot
no setter
left Spot
no setter
leftSide Spot
no setter
no setter
rightSide Spot
no setter
top Spot
no setter
topCenter Spot
no setter
topLeft Spot
no setter
topRight Spot
no setter
topSide Spot
no setter