toString method
Representation of the data as a string.
Implementation
String toString() => "{x: $x, y: $y, angle: $angle, scale: $scale}";
Representation of the data as a string.
String toString() => "{x: $x, y: $y, angle: $angle, scale: $scale}";