dozergame
dozer_model
Brick
toString method
toString
Brick class
Constructors
Brick
Properties
value
dx
dy
hashCode
height
id
level
runtimeType
width
x
y
Methods
hitBy
toString
getDx
getDy
move
noSuchMethod
update
Operators
operator ==
Static methods
getStandardHeight
getStandardWidth
toString method
String
toString
(
)
override
Returns a string representing of this Brick
Implementation
String toString() { return "brick"; }