toString method

  1. @override
String toString()
override

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 }''';