Matrix matrix

Source

Matrix get matrix => _matrix;
void matrix=(Matrix value)

Source

set matrix(Matrix value) {
  _matrix = value;
}