toString method

String toString()
override

Representation of the data as a string.

Implementation

String toString() => "{x: $x, y: $y, angle: $angle, scale: $scale}";