toString method

  1. @override
String toString()
override

Prints the content of the matrix.

Implementation

@override
String toString() => _values.toString();