row property

int row

The row of the tile key.

Implementation

int get row {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_TileKey_getRow(_handle, errorHandler);
  });
}