area property

int get area

Area size of the matrix

Implementation

int get area => cols * rows;