1. override
String toString()

Returns a string representation of this object.

Source

@override
String toString() => "Matrix [a=$a, b=$b, c=$c, d=$d, tx=$tx, ty=$ty]";