length property Null safety

int length

Number of registers this matrix occupies

Implementation

int get length => _values.length;