area property

int get area

The area of the artifact, calculated from its matrix representation.

Implementation

int get area => _matrix.area;