toString method

  1. @override
String toString()
override

Returns a text value listing the properties of this matrix object.

Implementation

@override
String toString() {
  return 'GMatrix {a: $a, b: $b, c: $c, d: $d, tx: $tx, ty: $ty}';
}