Matrix class

Constructors

Matrix()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getCol(int index) int
getColIndexes(int col) List<int>
getIndex(int row, int col) int
getIndexByZone(int zone, int indexOfZone) int
getRow(int index) int
getRowIndexes(int row) List<int>
getZone({int? index, int? row, int? col}) int
getZoneIndexes({int zone = 0}) List<int>