rowCount property

int get rowCount

Total number of rows in this deck.

Implementation

int get rowCount => matrix.length;