toString method
The type name with state of this object.
Returns the type name with state of this object.
Implementation
@override
String toString() => '''
RowColumnPosition {
RowIndex =
$rowIndex,
ColumnIndex = $columnIndex }''';